Skip to content

Commit d70e34c

Browse files
chore(deps): update actions/checkout action to v5.0.1
1 parent fea6f3b commit d70e34c

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.github/workflows/bump-app-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd # v0.9.1
3131
with:
3232
ssh-private-key: ${{ steps.google-secrets.outputs.BOT_SSH_KEY }}
33-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
33+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3434
with:
3535
ref: main
3636
- uses: ./.github/actions/yarn-install

.github/workflows/check.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121
name: Vulnerabilities
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
24+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2525
- uses: ./.github/actions/yarn-install
2626
- run: ./scripts/ci_check_vulnerabilities.sh
2727

2828
lint:
2929
name: Lint
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
32+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3333
- uses: ./.github/actions/yarn-install
3434
- run: yarn run format:check
3535
- run: yarn run lint
@@ -39,29 +39,29 @@ jobs:
3939
name: 'yarn.lock Up-to-date'
4040
runs-on: ubuntu-latest
4141
steps:
42-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
42+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4343
- uses: ./.github/actions/yarn-install
4444
- run: git diff --exit-code
4545
licenses:
4646
name: Licenses
4747
runs-on: ubuntu-latest
4848
steps:
49-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
49+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
5050
- uses: ./.github/actions/yarn-install
5151
- run: yarn check-licenses
5252
knip:
5353
name: Knip
5454
runs-on: ubuntu-latest
5555
steps:
56-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
56+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
5757
- uses: ./.github/actions/yarn-install
5858
- run: yarn knip
5959
# Ensure the release notes script is working
6060
release-notes:
6161
name: Release Notes
6262
runs-on: ubuntu-latest
6363
steps:
64-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
64+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
6565
with:
6666
# Fetch all history for all tags and branches
6767
fetch-depth: 0
@@ -82,7 +82,7 @@ jobs:
8282
with:
8383
secrets: |-
8484
VALORA_BOT_TOKEN:celo-mobile-mainnet/VALORA_BOT_TOKEN
85-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
85+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
8686
with:
8787
token: ${{ steps.google-secrets.outputs.VALORA_BOT_TOKEN }}
8888
# See https://github.com/actions/checkout?tab=readme-ov-file#push-a-commit-to-a-pr-using-the-built-in-token

.github/workflows/e2e-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- nscloud-cache-tag-wallet-e2e-android
1818
timeout-minutes: 25
1919
steps:
20-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2121
- name: Set env
2222
run: |
2323
ANDROID_HOME="$HOME/android-tools"

.github/workflows/e2e-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ios-e2e-group
1616
timeout-minutes: 45
1717
steps:
18-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
18+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1919
- run: brew install fastlane cocoapods
2020
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
2121
id: setup-node

.github/workflows/release-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
latest-commit-hash: ${{ steps.latest-commit-hash.outputs.latest-commit-hash }}
1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2121
- id: latest-commit-hash
2222
name: Print latest commit
2323
run: echo $(git rev-parse HEAD) && echo "latest-commit-hash=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
@@ -34,7 +34,7 @@ jobs:
3434
name: Trigger Expo EAS nightly build
3535
steps:
3636
- name: Checkout code
37-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
37+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3838
with:
3939
# Fetch all history for all tags and branches
4040
fetch-depth: 0

0 commit comments

Comments
 (0)