Skip to content

Commit 4057316

Browse files
committed
chore: update GitHub Actions versions
1 parent ba02282 commit 4057316

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
build:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v6.0.2
1111

12-
- uses: actions/setup-node@v4
12+
- uses: actions/setup-node@v6.3.0
1313
with:
1414
node-version: 20
1515
cache: npm
@@ -21,7 +21,7 @@ jobs:
2121
run: npm run build
2222

2323
- name: Upload Artifact
24-
uses: actions/upload-artifact@v4
24+
uses: actions/upload-artifact@v7.0.0
2525
with:
2626
name: dist
2727
path: ./dist
@@ -36,14 +36,14 @@ jobs:
3636
deployment-url: ${{ steps.deploy-step.outputs.deployment-url }}
3737
steps:
3838
- name: Download Artifact
39-
uses: actions/download-artifact@v4
39+
uses: actions/download-artifact@v8.0.1
4040
with:
4141
name: dist
4242
path: ./dist
4343

4444
- name: Deploy preview to Cloudflare Pages
4545
id: deploy-step
46-
uses: cloudflare/wrangler-action@v3
46+
uses: cloudflare/wrangler-action@v3.14.1
4747
with:
4848
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
4949
accountId: ${{ vars.CLOUDFLARE_ACCOUNT_ID }}

.github/workflows/manual.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
build:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v6.0.2
1111

12-
- uses: actions/setup-node@v4
12+
- uses: actions/setup-node@v6.3.0
1313
with:
1414
node-version: 20
1515
cache: npm
@@ -21,7 +21,7 @@ jobs:
2121
run: npm run build
2222

2323
- name: Upload Artifact
24-
uses: actions/upload-artifact@v4
24+
uses: actions/upload-artifact@v7.0.0
2525
with:
2626
name: dist
2727
path: ./dist
@@ -36,14 +36,14 @@ jobs:
3636
deployment-url: ${{ steps.deploy-step.outputs.deployment-url }}
3737
steps:
3838
- name: Download Artifact
39-
uses: actions/download-artifact@v4
39+
uses: actions/download-artifact@v8.0.1
4040
with:
4141
name: dist
4242
path: ./dist
4343

4444
- name: Deploy to Cloudflare Pages
4545
id: deploy-step
46-
uses: cloudflare/wrangler-action@v3
46+
uses: cloudflare/wrangler-action@v3.14.1
4747
with:
4848
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
4949
accountId: ${{ vars.CLOUDFLARE_ACCOUNT_ID }}

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Validate PR title
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: amannn/action-semantic-pull-request@v4
15+
- uses: amannn/action-semantic-pull-request@v6.1.1
1616
env:
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1818
with:

0 commit comments

Comments
 (0)