Skip to content

Commit d706413

Browse files
chore(deps): update actions/checkout action to v6
1 parent 81725ad commit d706413

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/secrets_scanner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- name: Checkout code
8-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
8+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
99
with:
1010
fetch-depth: 0
1111
- name: TruffleHog OSS

workflow-templates/deploy-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
outputs:
1616
results: "${{ steps.deploy_preview.outputs.urls }}"
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v6
1919

2020
- name: "Enable yarn cache"
2121
uses: c-hive/gha-yarn-cache@v2 # using cache
@@ -57,7 +57,7 @@ jobs:
5757
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
5858

5959
- name: "Checkout zksync-test-ui repository"
60-
uses: actions/checkout@v2
60+
uses: actions/checkout@v6
6161
with:
6262
repository: matter-labs/zksync-test-ui
6363
ref: main

workflow-templates/deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: ${{ github.event.repository.full_name == github.repository }}
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v6
1616
with:
1717
ref: "${{ github.event.inputs.ref }}"
1818
fetch-depth: 0

workflow-templates/deploy-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
if: ${{ github.event.repository.full_name == github.repository }}
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v6
1111
- name: "Enable yarn cache"
1212
uses: c-hive/gha-yarn-cache@v2 # using cache
1313

workflow-templates/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
if: ${{ github.event.repository.full_name == github.repository }} && {{ !contains(github.event.head_commit.message, "skip ci") }}
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v6
1111
with:
1212
fetch-depth: 0
1313
# Whether to configure the token or SSH key with the local git config

0 commit comments

Comments
 (0)