Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix nodejs 16 deprecation warnings by upgrading relevant actions #122

Merged
merged 4 commits into from
Jul 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@ jobs:
- ghc: '9.10.1'
ghc_minor: '9.10'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: build + smoke test [${{ matrix.ghc }}]
uses: nick-invision/retry@v2
uses: nick-invision/retry@v3.0.0
with:
timeout_minutes: 8
max_attempts: 3
command: |
docker build --pull \
-t haskell:${{ matrix.ghc }}-${{ matrix.deb }} \
${{ matrix.ghc_minor }}/${{ matrix.deb }}
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: docker-library/official-images
path: official-images
Expand Down Expand Up @@ -82,9 +82,9 @@ jobs:
- arch: aarch64
docker_platform: arm64
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: docker build [ ${{ matrix.arch }} ${{ matrix.ghc }}]
uses: uraimo/run-on-arch-action@e9117b926d001f8683802c315b5a134f8c5da3d3
uses: uraimo/run-on-arch-action@v2.7.2
with:
arch: ${{ matrix.arch }}
distro: ${{ matrix.deb }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
hadolint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: hadolint/[email protected]
with:
recursive: true