Skip to content

Commit 4d647ef

Browse files
chore(deps): update actions/checkout action to v6
1 parent 2d1e517 commit 4d647ef

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
@@ -15,7 +15,7 @@ jobs:
1515
packages: write
1616

1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
with:
2020
submodules: true
2121

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Check out code
13-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
13+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
1414
- name: Download server
1515
run: |
1616
wget -O ezproxy https://help.oclc.org/@api/deki/files/9850/ezproxy-linux.bin

0 commit comments

Comments
 (0)