Skip to content

Commit 08da173

Browse files
authored
Merge pull request #708 from freedomofpress/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 5cd9ffb + a7b3404 commit 08da173

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
# This should be updated whenever a new Debian stable version is available.
1111
container: debian:trixie
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
- name: Install dependencies
1515
run: |
1616
apt-get update && apt-get install --yes --no-install-recommends make python3-poetry
@@ -21,7 +21,7 @@ jobs:
2121
build:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525
with:
2626
fetch-depth: 0
2727
- name: Build production deployment

.github/workflows/linkcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
# This should be updated whenever a new Debian stable version is available.
1414
container: debian:trixie
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- name: Install dependencies
1818
run: |
1919
apt-get update && apt-get install --yes --no-install-recommends make python3-poetry

0 commit comments

Comments
 (0)