Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit c2fdf04

Browse files
dependabot[bot]Rbiessy
authored andcommitted
Bump actions/checkout from 3.5.3 to 4.1.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 4.1.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.5.3...v4.1.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a27dcab commit c2fdf04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
target: "opencl"
4646

4747
steps:
48-
- uses: actions/checkout@v3.5.3
48+
- uses: actions/checkout@v4.1.1
4949
- name: Push Event Environment Vars
5050
if: github.event_name == 'push'
5151
run: |
@@ -85,7 +85,7 @@ jobs:
8585
cc_compiler: "/tmp/dpcpp/bin/clang"
8686

8787
steps:
88-
- uses: actions/checkout@v3.5.3
88+
- uses: actions/checkout@v4.1.1
8989
- name: Push Event Environment Vars
9090
if: github.event_name == 'push'
9191
run: |

0 commit comments

Comments
 (0)