Skip to content

Commit a9e2991

Browse files
authored
Merge pull request #526 from freedomofpress/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 24a9cab + 0ca7194 commit a9e2991

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
pipx install poetry==$POETRY_VERSION
1919
pipx ensurepath
2020
echo "${HOME}/.local/bin" >> ${GITHUB_PATH}
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
with:
2323
persist-credentials: false
2424
lfs: true
@@ -39,7 +39,7 @@ jobs:
3939
- name: Bootstrap Debian system package dependencies
4040
run: |
4141
apt-get update && apt-get install --yes --no-install-recommends make git git-lfs gnupg ca-certificates
42-
- uses: actions/checkout@v5
42+
- uses: actions/checkout@v6
4343
with:
4444
persist-credentials: false
4545
lfs: true

.github/workflows/reprotest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
apt-get update && apt-get install --yes --no-install-recommends make sudo git git-lfs ca-certificates \
2222
gpg gpg-agent
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424
with:
2525
persist-credentials: false
2626
lfs: true
@@ -42,7 +42,7 @@ jobs:
4242
pipx install poetry==$POETRY_VERSION
4343
pipx ensurepath
4444
echo "${HOME}/.local/bin" >> ${GITHUB_PATH}
45-
- uses: actions/checkout@v5
45+
- uses: actions/checkout@v6
4646
with:
4747
persist-credentials: false
4848
lfs: true

0 commit comments

Comments
 (0)