Skip to content

Commit 808322a

Browse files
committed
Merge remote-tracking branch 'origin/master' into dependabot/github_actions/actions/setup-python-6.1.0
2 parents 33b6cd9 + dc511c6 commit 808322a

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/dependabot-auto-merge-auto-approve.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on: pull_request
44
permissions:
55
contents: write
66
pull-requests: write
7+
workflows: write
78

89
jobs:
910
dependabot:

.github/workflows/update-github-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout repository
13-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
13+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1414
with:
1515
persist-credentials: false
1616
fetch-depth: 0

0 commit comments

Comments
 (0)