Skip to content

Commit d20b2ae

Browse files
Update actions/checkout action to v6.0.3
1 parent e1a9fe5 commit d20b2ae

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/app-shell-sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
private-key: ${{ secrets.TAILOR_DOCS_BOT_PRIVATE_KEY }}
2121

2222
- name: Checkout current repository
23-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
23+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2424
with:
2525
token: ${{ steps.app-token.outputs.token }}
2626
ref: main
2727
path: docs
2828

2929
- name: Checkout app-shell repository
30-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
30+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3131
with:
3232
repository: tailor-platform/app-shell
3333
ref: ${{ env.APP_SHELL_REF }}

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- name: Checkout
44-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
44+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4545

4646
- name: Check spelling
4747
uses: crate-ci/typos@7b04f660f4ee4f048d18fd341887cf28dfbedfe2 # v1.46.3

.github/workflows/sdk-docs-sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
private-key: ${{ secrets.TAILOR_DOCS_BOT_PRIVATE_KEY }}
2121

2222
- name: Checkout current repository
23-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
23+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2424
with:
2525
token: ${{ steps.app-token.outputs.token }}
2626
ref: main
2727
path: docs
2828

2929
- name: Checkout sdk repository
30-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
30+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3131
with:
3232
repository: tailor-platform/sdk
3333
ref: ${{ env.FRONTEND_REF }}

0 commit comments

Comments
 (0)