Skip to content

Commit 0cf9340

Browse files
authored
Merge PR #1433: bump actions/checkout 6.1.0 -> 7.0.1
chore(deps): bump actions/checkout from 6.1.0 to 7.0.1
2 parents 6005b97 + c28ecd0 commit 0cf9340

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: ${{ !startsWith(github.event.head_commit.message, 'New version') }}
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
14+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1515
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 #Setup Node
1616
with:
1717
node-version-file: '.nvmrc'

.github/workflows/new-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
newversion:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
13+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1414
with:
1515
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal access token.
1616
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
timeout-minutes: 60
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
14+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1515
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
1616
with:
1717
node-version-file: '.nvmrc'

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818

1919
steps:
20-
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
20+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2121

2222
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
2323
with:
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636

3737
steps:
38-
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
38+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3939

4040
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
4141
with:
@@ -84,7 +84,7 @@ jobs:
8484
fat: true
8585

8686
steps:
87-
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
87+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
8888

8989
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
9090
with:
@@ -109,7 +109,7 @@ jobs:
109109
needs: test
110110

111111
steps:
112-
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
112+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
113113

114114
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
115115
with:

.github/workflows/statoscope.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pull-requests: write
1515

1616
steps:
17-
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
17+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1818
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
1919
with:
2020
node-version-file: '.nvmrc'

.github/workflows/tests.yml

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

1515
steps:
16-
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
16+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1717
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 #Setup Node
1818
with:
1919
node-version-file: '.nvmrc'

0 commit comments

Comments
 (0)