Skip to content

Commit a01e971

Browse files
authored
Merge pull request #250 from rthaut/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 2 to 7
2 parents 17f9991 + 36affd9 commit a01e971

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
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Check out repository
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v7
2020

2121
- name: Set up Node.js
2222
uses: actions/setup-node@v6

.github/workflows/nextrelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' && github.head_ref == 'nextrelease' }}
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v7
1515
with:
1616
fetch-depth: 0
1717
- uses: actions/setup-node@v6

0 commit comments

Comments
 (0)