Skip to content

Commit 046c0f7

Browse files
chore(deps): bump the gh-actions group with 3 updates (#228)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 34ef3cc commit 046c0f7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
version: 9
2424

2525
- name: Install Node.js
26-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
26+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
2727
with:
2828
node-version: 20
2929
cache: pnpm
@@ -98,7 +98,7 @@ jobs:
9898
version: 9
9999

100100
- name: Install Node.js
101-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
101+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
102102
with:
103103
node-version: 20
104104
cache: pnpm

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
TAG_NAME: v${{ steps.version-metadata.outputs.newVersion }}
2525
- name: Create release
2626
if: steps.version-metadata.outputs.changed == 'true'
27-
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
27+
uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3
2828
with:
2929
generate_release_notes: true
3030
tag_name: v${{ steps.version-metadata.outputs.newVersion }}

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
os: [ubuntu-latest, macos-latest, windows-latest]
5454
runs-on: ${{ matrix.os }}
5555
steps:
56-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
56+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5757
- name: Move pixi.toml
5858
run: mv test/default/* .
5959
- uses: ./
@@ -78,7 +78,7 @@ jobs:
7878
os: [ubuntu-latest, macos-latest, windows-latest]
7979
runs-on: ${{ matrix.os }}
8080
steps:
81-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
81+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8282
- uses: ./
8383
with:
8484
run-install: false

0 commit comments

Comments
 (0)