Skip to content

Commit 3c164b5

Browse files
Merge pull request #126 from Webperf-se/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 6d2cae8 + 535e109 commit 3c164b5

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@v7
1616
with:
1717
fetch-depth: 0 # [!] we need to checkout with tags and commit history
1818
- name: Setup python

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v6
13+
- uses: actions/checkout@v7
1414
- name: Use Node.js
1515
uses: actions/setup-node@v6
1616
with:

.github/workflows/manual-start.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v7
1717
- name: Use Node.js
1818
uses: actions/setup-node@v6
1919
with:

.github/workflows/prep-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@v7
1616
with:
1717
fetch-depth: 0 # [!] we need to checkout with tags and commit history
1818
- name: Setup python

0 commit comments

Comments
 (0)