Skip to content

Commit 499d8f5

Browse files
renovate[bot]Shchepotin
authored andcommitted
chore(deps): update actions/checkout action to v6
1 parent c2a4929 commit 499d8f5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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@v5
13+
uses: actions/checkout@v6
1414
- uses: actions/setup-node@v5
1515
with:
1616
node-version: 24

.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@v5
13+
uses: actions/checkout@v6
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@v5
29+
uses: actions/checkout@v6
3030
- uses: actions/setup-node@v5
3131
with:
3232
node-version: 24

0 commit comments

Comments
 (0)