Skip to content

Commit ac4d0d3

Browse files
committed
fix again
Signed-off-by: Nick Sarnie <[email protected]>
1 parent f1d9552 commit ac4d0d3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/pr-code-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# We need to pull the script from the main branch, so that we ensure
3838
# we get the latest version of this script.
3939
- name: Fetch code formatting utils
40-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.0
40+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4141
with:
4242
repository: ${{ github.repository }}
4343
ref: ${{ github.base_ref }}

.github/workflows/ur-build-hw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
# - downloading DPC++ should be integrated somehow; most likely use nightly release.
107107
#
108108
- name: Checkout LLVM
109-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.0
109+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
110110

111111
# for some reason it's required to re-configure python for venv to work properly.
112112
- name: Set up Python 3.12

.github/workflows/ur-build-offload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout LLVM
22-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.0
22+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2323

2424
- name: Install liboffload
2525
run: sudo apt-get update -qq && sudo apt-get install --no-install-recommends -yqq liboffload-21 liboffload-21-dev

.github/workflows/ur-precommit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118

119119
steps:
120120
- name: Checkout LLVM
121-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.0
121+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
122122

123123
- uses: actions/setup-python@4f41a90a1f38628c7ccc608d05fbafe701bc20ae # v6.1.0
124124
with:

.github/workflows/ur-source-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# - split into separate jobs for each OS
2020
#
2121
- name: Checkout LLVM
22-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.0
22+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2323

2424
- uses: actions/setup-python@4f41a90a1f38628c7ccc608d05fbafe701bc20ae # v6.1.0
2525
with:

0 commit comments

Comments
 (0)