Skip to content

Commit 640f9cd

Browse files
GitHub workflows: bump actions to their latest versions (#190)
Co-authored-by: Andreas Deininger <[email protected]>
1 parent 118d467 commit 640f9cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
docker:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818

1919
- name: Log in to the Container registry
2020
uses: docker/login-action@v3

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
os: windows-latest
2727

2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v6
3030
- uses: actions/cache@v4
3131
if: runner.os != 'macOS'
3232
with:

0 commit comments

Comments
 (0)