Skip to content

Commit 88ddcef

Browse files
Update actions/checkout action to v6
1 parent 20d1f36 commit 88ddcef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.ref }}
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313

1414
- run: sudo apt-get install -y --no-install-recommends git-crypt
1515

0 commit comments

Comments
 (0)