Skip to content

Commit

Permalink
Bump nodejs16 based GitHub actions (#2286)
Browse files Browse the repository at this point in the history
The previous versions have been deprecated. Some of the actions have
already been bumped in #2276. This PR changes the rest.
  • Loading branch information
frederikrothenberger committed Feb 21, 2024
1 parent 483e729 commit fc97179
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/canister-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ jobs:
echo "version=$version" >> "$GITHUB_OUTPUT"
- name: Set up docker buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Build ${{ matrix.name }}
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile
Expand Down Expand Up @@ -115,10 +115,10 @@ jobs:
- uses: actions/checkout@v4

- name: Set up docker buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Build Archive Canister
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile
Expand Down Expand Up @@ -703,7 +703,7 @@ jobs:
path: .

- name: 'Get GHA job IDs'
uses: actions/github-script@v6
uses: actions/github-script@v7
id: pipeline-jobs
with:
script: |
Expand All @@ -719,7 +719,7 @@ jobs:
});
- name: 'Get latest release'
uses: actions/github-script@v6
uses: actions/github-script@v7
id: latest-release-tag
with:
result-encoding: string
Expand All @@ -731,7 +731,7 @@ jobs:
# listing contributions since).
# https://github.com/github/feedback/discussions/5975
- name: 'Generate CHANGELOG'
uses: actions/github-script@v6
uses: actions/github-script@v7
id: changelog
with:
result-encoding: string
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
# to match the deploy URL: https://dfinity.github.io/internet-identity/
- run: npm run build:showcase -- --base '/internet-identity/'
- name: Setup Pages
uses: actions/configure-pages@v2
uses: actions/configure-pages@v4
- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down

0 comments on commit fc97179

Please sign in to comment.