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

Commit 1586b7e

Browse files
GitHub ActionsRbiessy
GitHub Actions
authored andcommitted
Use major version of dependabot
1 parent db3160d commit 1586b7e

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@v4.1.1
48+
- uses: actions/checkout@v4
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@v4.1.1
88+
- uses: actions/checkout@v4
8989
- name: Push Event Environment Vars
9090
if: github.event_name == 'push'
9191
run: |

0 commit comments

Comments
 (0)