Skip to content

Commit ff5a63b

Browse files
build(deps): bump actions/checkout from 4 to 5 (#253)
Bumps [actions/checkout](https://github.com/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 ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eabc8bf commit ff5a63b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- arch: arm64
2222
runner: ubuntu-22.04-arm
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525

2626
- name: Install compilers
2727
run: sudo apt-get update && sudo apt-get install -y gcc clang
@@ -47,7 +47,7 @@ jobs:
4747
- variant: x86_64
4848
runner: macos-13 # x86-64
4949
steps:
50-
- uses: actions/checkout@v4
50+
- uses: actions/checkout@v5
5151
- run: ./tools/ci-build.sh --cores=2
5252
- run: make check
5353

@@ -61,7 +61,7 @@ jobs:
6161
arch: ['x86_64', 'aarch64']
6262
cc: ['clang', 'gcc']
6363
steps:
64-
- uses: actions/checkout@v4
64+
- uses: actions/checkout@v5
6565

6666
- name: Build & Test inside FreeBSD
6767
uses: vmactions/[email protected]

0 commit comments

Comments
 (0)