Skip to content

Commit afa12d7

Browse files
authored
Merge pull request #8 from get-aurora-dev/renovate/actions-checkout-7.x
chore(deps): update actions/checkout action to v7
2 parents cb791b2 + 90a33c6 commit afa12d7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
18+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1919

2020
- name: Setup Node.js
2121
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
owner: ${{ github.repository_owner }}
3535

3636
- name: Checkout
37-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
37+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
3838
with:
3939
fetch-depth: 1
4040
token: ${{ steps.get-token.outputs.token }}

0 commit comments

Comments
 (0)