Skip to content

Commit

Permalink
fix: update deprecation GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
blackheaven committed Mar 13, 2024
1 parent 6aec45c commit 5543e3b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/call-check-advisories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-20.04
needs: populate_cache
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: source
# We need to retrieve full history to determine the correct
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/check-advisories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
should_skip: ${{ steps.skip_check.outputs.should_skip }}
steps:
- id: skip_check
uses: fkirc/[email protected].0
uses: fkirc/[email protected].1
with:
concurrent_skipping: "never"
skip_after_successful_duplicate: "true"
Expand All @@ -23,7 +23,7 @@ jobs:
changed_files: ${{ steps.process-changed-files.outputs.out }}
steps:
- id: skip_check
uses: fkirc/[email protected].0
uses: fkirc/[email protected].1
with:
concurrent_skipping: "never"
skip_after_successful_duplicate: "true"
Expand All @@ -45,7 +45,7 @@ jobs:
code_hash: ${{ steps.code-hash.outputs.code-hash }}
steps:
- name: git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- id: code-hash
run: |
code_hash=$(git rev-parse HEAD:code)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
should_skip: ${{ steps.skip_check.outputs.should_skip }}
steps:
- id: skip_check
uses: fkirc/[email protected].0
uses: fkirc/[email protected].1
with:
concurrent_skipping: "never"
skip_after_successful_duplicate: "true"
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
key: ${{ runner.os }}-${{ matrix.compiler }}-tools-d8b62173
path: ~/.haskell-ci-tools
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: source
- name: initial cabal.project for sdist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
should_skip: ${{ steps.skip_check.outputs.should_skip }}
steps:
- id: skip_check
uses: fkirc/[email protected].0
uses: fkirc/[email protected].1
with:
concurrent_skipping: "never"
skip_after_successful_duplicate: "true"
Expand Down

0 comments on commit 5543e3b

Please sign in to comment.