Skip to content

Commit ce21aa8

Browse files
Bump the actions-manual-updates group across 1 directory with 5 updates
Bumps the actions-manual-updates group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.2.2` | `7.0.1` | | [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) | `4.0.0` | `5.0.0` | | [actions/configure-pages](https://github.com/actions/configure-pages) | `5.0.0` | `6.0.0` | | [actions/deploy-pages](https://github.com/actions/deploy-pages) | `4.0.5` | `5.0.1` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.0` | `7.0.1` | Updates `actions/checkout` from 4.2.2 to 7.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@11bd719...3d3c42e) Updates `actions/upload-pages-artifact` from 4.0.0 to 5.0.0 - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](actions/upload-pages-artifact@7b1f4a7...fc324d3) Updates `actions/configure-pages` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/configure-pages/releases) - [Commits](actions/configure-pages@983d773...45bfe01) Updates `actions/deploy-pages` from 4.0.5 to 5.0.1 - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](actions/deploy-pages@d6db901...368f825) Updates `actions/upload-artifact` from 4.6.0 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@65c4c4a...043fb46) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-manual-updates - dependency-name: actions/upload-pages-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-manual-updates - dependency-name: actions/configure-pages dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-manual-updates - dependency-name: actions/deploy-pages dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-manual-updates - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-manual-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2eeeada commit ce21aa8

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
workflow-lint:
1414
runs-on: ubuntu-24.04
1515
steps:
16-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
16+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
1717
- run: |
1818
curl --fail --location --retry 3 --output actionlint.tgz https://github.com/rhysd/actionlint/releases/download/v1.7.12/actionlint_1.7.12_linux_amd64.tar.gz
1919
echo "8aca8db96f1b94770f1b0d72b6dddcb1ebb8123cb3712530b08cc387b349a3d8 actionlint.tgz" | sha256sum --check --strict
@@ -26,7 +26,7 @@ jobs:
2626
matrix:
2727
os: [ubuntu-24.04, windows-2025, macos-15-intel, macos-14]
2828
steps:
29-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
29+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
3030
- uses: ./.github/actions/setup-native
3131
- if: runner.os != 'Windows'
3232
run: cmake --preset dev
@@ -42,7 +42,7 @@ jobs:
4242
sanitizers:
4343
runs-on: ubuntu-24.04
4444
steps:
45-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
45+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
4646
- uses: ./.github/actions/setup-native
4747
- run: cmake --preset asan
4848
- run: cmake --build --preset asan --parallel 3

.github/workflows/pages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
build:
3434
runs-on: ubuntu-24.04
3535
steps:
36-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3737
with:
3838
ref: ${{ github.event_name == 'release' && 'main' || github.ref }}
3939
- name: Build and validate against the latest published release
@@ -42,7 +42,7 @@ jobs:
4242
GH_TOKEN: ${{ github.token }}
4343
- name: Check JavaScript syntax
4444
run: node --check site/app.js
45-
- uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
45+
- uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5.0.0
4646
if: github.event_name != 'pull_request'
4747
with:
4848
path: build/pages
@@ -58,6 +58,6 @@ jobs:
5858
name: github-pages
5959
url: ${{ steps.deployment.outputs.page_url }}
6060
steps:
61-
- uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
62-
- uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
61+
- uses: actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6.0.0
62+
- uses: actions/deploy-pages@368f82528645a54fb793d4d04e342629a3f51346 # v5.0.1
6363
id: deployment

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
outputs:
2222
version: ${{ steps.version.outputs.version }}
2323
steps:
24-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
24+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
2525
- id: version
2626
run: echo "version=$(python3 scripts/version.py)" >> "$GITHUB_OUTPUT"
2727
- name: Create draft at this commit
@@ -48,7 +48,7 @@ jobs:
4848
VERSION: ${{ needs.stage.outputs.version }}
4949
QT_QPA_PLATFORM: offscreen
5050
steps:
51-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
51+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
5252
- uses: ./.github/actions/setup-native
5353
- if: runner.os != 'Windows'
5454
run: cmake --preset release -DTODOBENCH_BUILD_TESTS=ON
@@ -90,7 +90,7 @@ jobs:
9090
GH_TOKEN: ${{ github.token }}
9191
RELEASE_PLATFORM: ${{ matrix.platform }}
9292
run: python scripts/upload-release.py dist
93-
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
93+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
9494
with:
9595
name: screenshots-${{ matrix.platform }}
9696
path: build/screenshots/
@@ -105,7 +105,7 @@ jobs:
105105
GH_TOKEN: ${{ github.token }}
106106
VERSION: ${{ needs.stage.outputs.version }}
107107
steps:
108-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
108+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
109109
- name: Download and verify all staged artifacts
110110
run: |
111111
gh release download "v$VERSION" --dir release-assets

0 commit comments

Comments
 (0)