Skip to content

Commit c91cfee

Browse files
renovate[bot]Shchepotin
authored andcommitted
chore(deps): update actions/checkout action to v5
1 parent e68b78c commit c91cfee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Check out frontend
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414
- uses: actions/setup-node@v4
1515
with:
1616
node-version: 22

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Check out backend
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414
with:
1515
repository: brocoders/nestjs-boilerplate
1616
# Use token for private repository
@@ -26,7 +26,7 @@ jobs:
2626
- run: cd backend && ./wait-for-it.sh localhost:3001 -- echo "Backend is up"
2727

2828
- name: Check out frontend
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030
- uses: actions/setup-node@v4
3131
with:
3232
node-version: 22

0 commit comments

Comments
 (0)