Skip to content

Commit 4890ad0

Browse files
chore(deps): update actions/checkout action to v5
1 parent daf1908 commit 4890ad0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/argos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
node-version: [22]
1515
steps:
1616
- name: Check out repository code
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818
- uses: pnpm/action-setup@v2
1919
with:
2020
version: 9

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
contents: read
2929
pull-requests: write
3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v5
3232
- uses: pnpm/action-setup@v2
3333
with:
3434
version: 10

.github/workflows/dump-api-data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
node-version: [22]
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
- uses: pnpm/action-setup@v2
2525
with:
2626
version: 8

.github/workflows/update-homarr-openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
node-version: [22]
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
name: "Checkout app source repository"
2121
with:
2222
repository: homarr-labs/homarr
@@ -66,7 +66,7 @@ jobs:
6666
runs-on: ubuntu-latest
6767
needs: start-homarr-and-export-api-spec
6868
steps:
69-
- uses: actions/checkout@v4
69+
- uses: actions/checkout@v5
7070
name: "Checkout documentation source repository"
7171
with:
7272
repository: homarr-labs/documentation

0 commit comments

Comments
 (0)