Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/check-for-aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
validate-registry:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v4'
- uses: 'actions/checkout@v7'
- uses: aquaproj/aqua-installer@9ebf656952a20c45a5d66606f083ff34f58b8ce0 # v4.0.0
with:
aqua_version: v2.43.1
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- uses: aquaproj/aqua-installer@9ebf656952a20c45a5d66606f083ff34f58b8ce0 # v4.0.0
with:
aqua_version: v2.43.1
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
lint:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v4'
- uses: 'actions/checkout@v7'
- uses: aquaproj/aqua-installer@9ebf656952a20c45a5d66606f083ff34f58b8ce0 # v4.0.0
with:
aqua_version: v2.43.1
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- '2.2.0'
- '2.2.2'
steps:
- uses: 'actions/checkout@v4'
- uses: 'actions/checkout@v7'
- name: 'Install libraries'
run: |
sudo apt update
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- '2.0.0'
- '2.2.2'
steps:
- uses: 'actions/checkout@v4'
- uses: 'actions/checkout@v7'
- name: 'Install libraries'
run: |
sudo apt update
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
doctest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- uses: aquaproj/aqua-installer@9ebf656952a20c45a5d66606f083ff34f58b8ce0 # v4.0.0
with:
aqua_version: v2.43.1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
os_name: windows
cpu_name: 'x86-64'
steps:
- uses: 'actions/checkout@v4'
- uses: 'actions/checkout@v7'
- name: Cache Nim resources
id: cache_nim
uses: actions/cache@v4
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
runs-on: ubuntu-latest
needs: [build]
steps:
- uses: 'actions/checkout@v4'
- uses: 'actions/checkout@v7'
- uses: actions/download-artifact@v4
with:
path: 'dist'
Expand Down
Loading