Skip to content

Commit c6bbec4

Browse files
chore(deps): bump actions/checkout from 4 to 5 in the all-actions group (#9)
Bumps the all-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5338924 commit c6bbec4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
release:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v5.0.0
16+
- uses: actions/checkout@v5
1717
with:
1818
fetch-depth: 0
1919
- uses: actions/[email protected]

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
integration-test:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v5.0.0
12+
- uses: actions/checkout@v5
1313
- run: npm install
1414
- name: Check formatting with js-beautify
1515
run: |

.github/workflows/updated-deps.yaml

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

0 commit comments

Comments
 (0)