Skip to content

Commit d069b92

Browse files
Merge pull request #38 from kevingrillet/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents c0de583 + 0f1574b commit d069b92

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
linkChecker:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v6
17+
- uses: actions/checkout@v7
1818

1919
- name: Link Checker
2020
uses: lycheeverse/lychee-action@v2.8.0

.github/workflows/lint-pokeclicker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@v6
20+
uses: actions/checkout@v7
2121

2222
- name: Setup Node.js
2323
uses: actions/setup-node@v6

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Checkout code
28-
uses: actions/checkout@v6
28+
uses: actions/checkout@v7
2929

3030
- name: Setup Node.js
3131
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)