Skip to content

Commit 7cd9005

Browse files
authored
Merge pull request #1 from alihaidar0/dependabot/github_actions/main/github-actions-all-640176b5ab
ci(deps): bump actions/checkout from 6 to 7 in the github-actions-all group
2 parents 6accb57 + 5acb0af commit 7cd9005

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
steps:
7373

7474
- name: Checkout
75-
uses: actions/checkout@v6
75+
uses: actions/checkout@v7
7676

7777
- name: Set up QEMU
7878
uses: docker/setup-qemu-action@v4

.github/workflows/dockerhub-description.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
contents: read
3939
steps:
4040
- name: Checkout
41-
uses: actions/checkout@v6
41+
uses: actions/checkout@v7
4242
with:
4343
sparse-checkout: README.md
4444
- name: Check image exists on Docker Hub

.github/workflows/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
contents: read
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v6
20+
uses: actions/checkout@v7
2121
with:
2222
sparse-checkout: .github/labels.yml
2323
- name: Sync labels

0 commit comments

Comments
 (0)