Skip to content

Commit c5d2854

Browse files
chore(deps): update actions/checkout digest to b4ffde6 (#838)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f262c0e commit c5d2854

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
echo "RELEASE_TYPE=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
2222
- name: Check out polyglot
23-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
23+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2424
with:
2525
repository: algolia/polyglot
2626
token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
ruby-version: '2.7.2'
3434
bundler-cache: true
35-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
35+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
3636
with:
3737
fetch-depth: 0
3838
- uses: maierj/[email protected]

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
lint:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
11+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1212
- name: GitHub Action for SwiftLint with --strict
1313
uses: norio-nomura/[email protected]
1414
with:

.github/workflows/pods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
lint:
66
runs-on: macos-12
77
steps:
8-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
8+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
99
- name: Select Xcode version
1010
run: sudo xcode-select -s '/Applications/Xcode_13.4.app/Contents/Developer'
1111
- name: Pod lib lint

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
ALGOLIA_ANSWERS_APPLICATION_ID: ${{ secrets.ALGOLIA_ANSWERS_APPLICATION_ID }}
1919
ALGOLIA_ANSWERS_API_KEY: ${{ secrets.ALGOLIA_ANSWERS_API_KEY }}
2020
steps:
21-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
21+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2222
- name: Select Xcode version
2323
run: sudo xcode-select -s '/Applications/Xcode_13.4.app/Contents/Developer'
2424
- name: Build project

0 commit comments

Comments
 (0)