Skip to content

Commit d0e1df3

Browse files
chore(deps): update actions/checkout action to v5 (#803)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 49fd132 commit d0e1df3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout 🛎️
14-
uses: actions/checkout@v4.3.0
14+
uses: actions/checkout@v5.0.0
1515
- uses: actions/setup-node@v5
1616
with:
1717
node-version: 22

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
packages: write
1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121
- name: Log in to the Container registry
2222
uses: docker/login-action@v3
2323
with:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout 🛎️
12-
uses: actions/checkout@v4.3.0
12+
uses: actions/checkout@v5.0.0
1313
- uses: actions/setup-node@v5
1414
with:
1515
node-version: 22

0 commit comments

Comments
 (0)