Skip to content

Commit 687f186

Browse files
Update actions/checkout action to v7 (#45)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9fca427 commit 687f186

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
# Versions
2727
- run: docker --version
28-
- uses: actions/checkout@v6
28+
- uses: actions/checkout@v7
2929

3030
- uses: camptocamp/initialise-gopass-summon-action@v2
3131
with:

.github/workflows/rebuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- v3.0.0
2222

2323
steps:
24-
- uses: actions/checkout@v6
24+
- uses: actions/checkout@v7
2525
with:
2626
ref: ${{matrix.branch}}
2727

0 commit comments

Comments
 (0)