Skip to content

Commit 319b5f2

Browse files
Bump actions/checkout from 4 to 5 (#335)
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 2fba53e commit 319b5f2

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- ubuntu-latest
1818
- macos-latest
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
- run: make
2222
- run: make test
2323
windows:
@@ -34,7 +34,7 @@ jobs:
3434
run:
3535
shell: msys2 {0}
3636
steps:
37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v5
3838
- name: Set up the desired MSYS2 environment
3939
uses: msys2/setup-msys2@v2
4040
with:
@@ -45,7 +45,7 @@ jobs:
4545
code-coverage-old:
4646
runs-on: ubuntu-latest
4747
steps:
48-
- uses: actions/checkout@v4
48+
- uses: actions/checkout@v5
4949
- name: Setup LCOV
5050
uses: hrishikesh-kadam/setup-lcov@v1
5151
- name: Build and Run tests
@@ -63,9 +63,9 @@ jobs:
6363
runs-on: ubuntu-latest
6464
steps:
6565
- name: Checkout Openlibm
66-
uses: actions/checkout@v4
66+
uses: actions/checkout@v5
6767
- name: Checkout Openlibm-test
68-
uses: actions/checkout@v4
68+
uses: actions/checkout@v5
6969
with:
7070
repository: 'JuliaMath/openlibm-test'
7171
path: 'openlibm-test'

.github/workflows/cross-loongarch64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
ARCH: ${{ matrix.config.arch }}
2727
TRIPLE: ${{ matrix.config.triple }}
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030
- name: Install qemu
3131
run: |
3232
sudo apt update

.github/workflows/cross.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
ARCH: ${{ matrix.config.arch }}
3636
TRIPLE: ${{ matrix.config.triple }}
3737
steps:
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v5
3939
- name: Install qemu and toolchain gcc-${{ matrix.config.triple }}
4040
run: |
4141
sudo apt update

0 commit comments

Comments
 (0)