Skip to content

Commit

Permalink
chore: Bump pulumi/action to v5 (Node 20) (#3102)
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr authored May 2, 2024
1 parent 4043ac6 commit f675e77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ jobs:
with:
path: ./${{ env.EDITOR_DIRECTORY }}/build
key: ${{ runner.os }}-${{ hashFiles('editor.planx.uk/**', '!editor.planx/build/**') }}
- uses: pulumi/actions@v4
- uses: pulumi/actions@v5
with:
command: preview
stack-name: staging
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
with:
name: build
path: ./editor.planx.uk/build
- uses: pulumi/actions@v4
- uses: pulumi/actions@v5
with:
command: up
stack-name: staging
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
with:
name: build
path: ./editor.planx.uk/build
- uses: pulumi/actions@v4
- uses: pulumi/actions@v5
with:
command: up
stack-name: production
Expand Down

0 comments on commit f675e77

Please sign in to comment.