Skip to content

Commit dce2f9f

Browse files
ci: bump the ga-dependencies group across 1 directory with 2 updates
Bumps the ga-dependencies group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ga-dependencies - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ga-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e0f63b6 commit dce2f9f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/c-cpp.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313
- name: Check environment
1414
run: |
1515
cat /proc/cpuinfo
@@ -52,17 +52,17 @@ jobs:
5252
cd ..
5353
done
5454
- name: Upload cpp tests
55-
uses: actions/upload-artifact@v4
55+
uses: actions/upload-artifact@v5
5656
with:
5757
name: tests-cpp-lin
5858
path: tests-cpp
5959
- name: Upload sycl tests
60-
uses: actions/upload-artifact@v4
60+
uses: actions/upload-artifact@v5
6161
with:
6262
name: tests-sycl-lin
6363
path: tests-sycl
6464
- name: Upload ispc tests
65-
uses: actions/upload-artifact@v4
65+
uses: actions/upload-artifact@v5
6666
with:
6767
name: tests-ispc-lin
6868
path: tests-ispc
@@ -71,7 +71,7 @@ jobs:
7171
runs-on: macos-latest
7272

7373
steps:
74-
- uses: actions/checkout@v5
74+
- uses: actions/checkout@v6
7575
- name: Check environment
7676
run: |
7777
sysctl -n machdep.cpu.brand_string
@@ -114,17 +114,17 @@ jobs:
114114
cd ..
115115
done
116116
- name: Upload cpp tests
117-
uses: actions/upload-artifact@v4
117+
uses: actions/upload-artifact@v5
118118
with:
119119
name: tests-cpp-mac
120120
path: tests-cpp
121121
- name: Upload sycl tests
122-
uses: actions/upload-artifact@v4
122+
uses: actions/upload-artifact@v5
123123
with:
124124
name: tests-sycl-mac
125125
path: tests-sycl
126126
- name: Upload ispc tests
127-
uses: actions/upload-artifact@v4
127+
uses: actions/upload-artifact@v5
128128
with:
129129
name: tests-ispc-mac
130130
path: tests-ispc
@@ -133,7 +133,7 @@ jobs:
133133
runs-on: windows-latest
134134

135135
steps:
136-
- uses: actions/checkout@v5
136+
- uses: actions/checkout@v6
137137
- name: Check environment
138138
shell: cmd
139139
run: |

0 commit comments

Comments
 (0)