Skip to content

Commit 31277be

Browse files
Merge pull request #13 from joshjohanning-org/dependabot-updates
build(deps): bump actions
2 parents 92408c1 + 12b0e2b commit 31277be

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: .github/workflows/azure-static-web-app-advanced.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: tar output
2727
run: tar -czvf output.tar.gz ./out/*
2828
- name: upload build artifact
29-
uses: actions/upload-artifact@v3
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: build
3232
path: output.tar.gz
@@ -44,7 +44,7 @@ jobs:
4444
cancel-in-progress: false
4545
steps:
4646
- name: download build artifact
47-
uses: actions/download-artifact@v3
47+
uses: actions/download-artifact@v4
4848
with:
4949
name: build
5050
- name: extract output
@@ -68,13 +68,13 @@ jobs:
6868
pull-requests: write
6969
id-token: write
7070
steps:
71-
- uses: actions/create-github-app-token@v1
71+
- uses: actions/create-github-app-token@v2
7272
id: app-token
7373
with:
7474
app-id: ${{ vars.APP_ID }}
7575
private-key: ${{ secrets.PRIVATE_KEY }}
7676
- name: Azure login
77-
uses: azure/login@v1
77+
uses: azure/login@v2
7878
with:
7979
client-id: ${{ vars.AZURE_CLIENT_ID }}
8080
tenant-id: ${{ vars.AZURE_TENANT_ID }}

Diff for: .github/workflows/azure-static-web-app.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: tar output
2424
run: tar -czvf output.tar.gz ./out/*
2525
- name: upload build artifact
26-
uses: actions/upload-artifact@v3
26+
uses: actions/upload-artifact@v4
2727
with:
2828
name: build
2929
path: output.tar.gz
@@ -39,7 +39,7 @@ jobs:
3939
cancel-in-progress: false
4040
steps:
4141
- name: download build artifact
42-
uses: actions/download-artifact@v3
42+
uses: actions/download-artifact@v4
4343
with:
4444
name: build
4545
- name: extract output

0 commit comments

Comments
 (0)