Skip to content

Commit fd1b375

Browse files
Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 44dcc9b commit fd1b375

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/Docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: Documentation
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v6
24+
- uses: actions/checkout@v7
2525
- uses: julia-actions/setup-julia@v3
2626
with:
2727
version: "1"

.github/workflows/Test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
pocl: local
4141
steps:
4242
- name: Checkout OpenCL.jl
43-
uses: actions/checkout@v6
43+
uses: actions/checkout@v7
4444

4545
- name: Setup Julia
4646
uses: julia-actions/setup-julia@v3
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Checkout PoCL
5555
if: ${{ matrix.pocl == 'local' }}
56-
uses: actions/checkout@v6
56+
uses: actions/checkout@v7
5757
with:
5858
repository: pocl/pocl
5959
path: pocl

0 commit comments

Comments
 (0)