Skip to content

Commit 795ee41

Browse files
Bump actions/checkout from 4 to 6 (#289)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2a133ee commit 795ee41

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pr.yml

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

99
steps:
1010
- name: Checking out git
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v6
1212
- name: Setting up node
1313
uses: actions/setup-node@v4
1414
with:

.github/workflows/production.yml

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

1111
steps:
1212
- name: Checking out git
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v6
1414
with:
1515
ref: production
1616
fetch-depth: 0

.github/workflows/staging.yml

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

1111
steps:
1212
- name: Checking out git
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v6
1414
with:
1515
ref: staging
1616
fetch-depth: 0

0 commit comments

Comments
 (0)