We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73465ca + fc5fc12 commit fba54d1Copy full SHA for fba54d1
.github/workflows/deploy-pages.yml
@@ -31,7 +31,7 @@ jobs:
31
working-directory: ./frontend
32
steps:
33
- name: Checkout
34
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
35
- uses: pnpm/action-setup@v4
36
name: Install pnpm
37
with:
.github/workflows/docker_build.yml
@@ -21,7 +21,7 @@ jobs:
21
id-token: write
22
23
- name: Check out the repo
24
25
26
- name: Log in to GHCR
27
uses: docker/login-action@v3.6.0
.github/workflows/playwright.yml
@@ -14,7 +14,7 @@ jobs:
14
run:
15
16
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
18
19
20
0 commit comments