Skip to content

Commit 1d7fa80

Browse files
Bump the github-actions group with 3 updates
Bumps the github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/cache](https://github.com/actions/cache) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `actions/checkout` from 6.0.3 to 7.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@df4cb1c...9c091bb) Updates `actions/cache` from 5.0.5 to 6.1.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@27d5ce7...55cc834) Updates `softprops/action-gh-release` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@b430933...718ea10) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: softprops/action-gh-release dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a984880 commit 1d7fa80

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/presubmit.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run:
1717
shell: bash
1818
steps:
19-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
19+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2020
with:
2121
# repository: ${{github.repository}} (default)
2222
fetch-depth: 0
@@ -145,7 +145,7 @@ jobs:
145145
echo "CTEST_EXE=ctest" >> "$GITHUB_ENV"
146146

147147
- name: Checkout OpenCL-Headers
148-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
148+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
149149

150150
- name: Configure
151151
run: $CMAKE_EXE
@@ -295,7 +295,7 @@ jobs:
295295
- name: Cache Ninja install
296296
if: matrix.GEN == 'Ninja Multi-Config'
297297
id: ninja-install
298-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
298+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
299299
with:
300300
path: |
301301
C:\Tools\Ninja
@@ -309,7 +309,7 @@ jobs:
309309
Remove-Item ~\Downloads\*
310310
311311
- name: Checkout OpenCL-Headers
312-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
312+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
313313

314314
- name: Configure (MSBuild)
315315
if: matrix.GEN == 'Visual Studio 17 2022'
@@ -557,7 +557,7 @@ jobs:
557557
CXX: ${{matrix.COMPILER.CXX}}
558558
steps:
559559
- name: Checkout OpenCL-Headers
560-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
560+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
561561

562562
- name: Create Build Environment
563563
run: |
@@ -634,7 +634,7 @@ jobs:
634634
CFLAGS: -Wall -Wextra -pedantic -Werror
635635
steps:
636636
- name: Checkout OpenCL-Headers
637-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
637+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
638638

639639
- name: Configure
640640
run: cmake

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ jobs:
6666
run: dput ppa:${{ vars.PPA }} $GITHUB_WORKSPACE/*source.changes
6767

6868
- name: Create GitHub release
69-
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
69+
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
7070
with:
7171
files: ${{ github.workspace }}/../build/*.deb

0 commit comments

Comments
 (0)