Skip to content

Commit 4ade0c1

Browse files
chore: bump actions/checkout from 4.2.1 to 6.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.1...v6.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 869d877 commit 4ade0c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-20.04
1111
steps:
1212
- name: Checkout this repository
13-
uses: actions/checkout@v4.2.1
13+
uses: actions/checkout@v6.0.1
1414

1515
- name: Build project
1616
uses: threeal/[email protected]

.github/workflows/deploy-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
cancel-in-progress: true
1818
steps:
1919
- name: Checkout this repository
20-
uses: actions/checkout@v4.2.1
20+
uses: actions/checkout@v6.0.1
2121

2222
- name: Install documentation dependencies
2323
run: |

0 commit comments

Comments
 (0)