Skip to content

Commit 8baba81

Browse files
Update actions/checkout action to v6
1 parent de2b37c commit 8baba81

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)