Skip to content

Commit 31a256d

Browse files
chore(deps): update actions/checkout action to v6.0.2 (#1749)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b746a44 commit 31a256d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/backport.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
permission-contents: write
1818
permission-pull-requests: write
1919
- name: Checkout
20-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
20+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2121
with:
2222
ref: ${{ github.event.pull_request.head.sha }}
2323
token: ${{ steps.github-app-token.outputs.token }}

.github/workflows/deploy-github-pages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ jobs:
4343
extended: true
4444

4545
- name: Checkout greenhouse repository
46-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
46+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4747
with:
4848
repository: ${{ github.repository }}
4949
path: greenhouse
5050
submodules: true
5151
fetch-depth: 0
5252

5353
- name: Checkout greenhouse-extensions repository
54-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
54+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5555
with:
5656
repository: ${{ github.repository_owner}}/greenhouse-extensions
5757
ref: ${{ github.event.client_payload.sha }}

0 commit comments

Comments
 (0)