Skip to content

Commit 2226b56

Browse files
authored
Update GitHub action versions (#85)
1 parent a4407e9 commit 2226b56

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/draft-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
draft-release:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
12-
- uses: release-drafter/release-drafter@v5
11+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
12+
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
1313
env:
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- name: Update the ${{ env.TAG_NAME }} tag
2626
id: update-major-tag
27-
uses: actions/publish-action@v0.3.0
27+
uses: actions/publish-action@23f4c6f12633a2da8f44938b71fde9afec138fb4 # v0.4.0
2828
with:
2929
source-tag: ${{ env.TAG_NAME }}
3030
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}

action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ runs:
8080
echo "VERSION=$VERSION" >> $GITHUB_ENV
8181
- name: Setup PNPM
8282
if: ${{ env.PACKAGE_MANAGER == 'pnpm' }}
83-
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
83+
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
8484
with:
8585
version: ${{ env.VERSION }}
8686
package_json_file: "${{ inputs.path }}/package.json"
@@ -98,15 +98,15 @@ runs:
9898
deno-version: ${{ env.VERSION }}
9999

100100
- name: Setup Node
101-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
101+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
102102
if: ${{ env.PACKAGE_MANAGER != 'bun' && env.PACKAGE_MANAGER != 'deno' }}
103103
with:
104104
node-version: ${{ inputs.node-version }}
105105
cache: ${{ env.PACKAGE_MANAGER }}
106106
cache-dependency-path: "${{ inputs.path }}/${{ env.LOCKFILE }}"
107107

108108
- name: Setup Node (Bun)
109-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
109+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
110110
if: ${{ env.PACKAGE_MANAGER == 'bun' }}
111111
with:
112112
node-version: ${{ inputs.node-version }}
@@ -144,6 +144,6 @@ runs:
144144
run: ${{ inputs.build-cmd || 'deno task build' }}
145145

146146
- name: Upload Pages Artifact
147-
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
147+
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
148148
with:
149149
path: "${{ inputs.path }}/dist/"

0 commit comments

Comments
 (0)