Skip to content

Commit 872ef7b

Browse files
authored
Merge pull request #53 from lvthillo/dependabot/github_actions/actions/checkout-7
build(deps): bump actions/checkout from 6 to 7
2 parents 6cf3097 + 83f919b commit 872ef7b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
contents: write
1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818

1919
- name: Dependabot metadata
2020
id: metadata

.github/workflows/build-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v6
13+
uses: actions/checkout@v7
1414

1515
- name: Set up QEMU
1616
uses: docker/setup-qemu-action@v4

0 commit comments

Comments
 (0)