Skip to content

Commit fba54d1

Browse files
authored
Merge pull request #59 from ssciwr/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 73465ca + fc5fc12 commit fba54d1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
working-directory: ./frontend
3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
3535
- uses: pnpm/action-setup@v4
3636
name: Install pnpm
3737
with:

.github/workflows/docker_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
id-token: write
2222
steps:
2323
- name: Check out the repo
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525

2626
- name: Log in to GHCR
2727
uses: docker/login-action@v3.6.0

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
run:
1515
working-directory: ./frontend
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
- uses: pnpm/action-setup@v4
1919
name: Install pnpm
2020
with:

0 commit comments

Comments
 (0)