Skip to content

Commit 4065f3e

Browse files
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 459e607 commit 4065f3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- { name: "examples", features: "", test_sys: false }
2929

3030
steps:
31-
- uses: actions/checkout@v3
31+
- uses: actions/checkout@v4
3232
- name: Install dependencies
3333
run: apt-get update && apt-get install -y curl xvfb
3434
- name: "Install ${{ matrix.rust }} rust"

.github/workflows/semver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: |
1818
apt-get update && apt-get install -y curl git jq
1919
git config --global --add safe.directory ${GITHUB_WORKSPACE}
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
- name: Check semver
2222
uses: obi1kenobi/cargo-semver-checks-action@main
2323
with:

0 commit comments

Comments
 (0)