Skip to content

Commit

Permalink
Fix nodejs 16 deprecation warnings by upgrading relevant actions (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
develop7 authored Jul 17, 2024
1 parent 947d241 commit 36982b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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

0 comments on commit 36982b6

Please sign in to comment.