Skip to content

Commit 59499f0

Browse files
authored
Merge pull request #3392 from gdg-x/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 7706d47 + 348dcb9 commit 59499f0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
contents: read # for actions/checkout
99
steps:
1010
- name: Checkout the repo
11-
uses: actions/checkout@v5
11+
uses: actions/checkout@v6
1212

1313
- name: Cache node modules
1414
uses: actions/cache@v4

.github/workflows/deploy-preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
build_and_preview:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v5
7+
- uses: actions/checkout@v6
88
- uses: actions/setup-node@v6
99
with:
1010
node-version: 22

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
deploy:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v5
10+
- uses: actions/checkout@v6
1111
- uses: actions/setup-node@v6
1212
with:
1313
node-version: 22

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout the repo
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717

1818
- name: Cache node modules
1919
uses: actions/cache@v4

0 commit comments

Comments
 (0)