Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Bump actions/checkout from 2.3.5 to 2.4.0 #93

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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/daily_security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v2.4.0
- uses: actions-rs/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
10 changes: 5 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Build tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v2.4.0
- uses: actions-rs/[email protected]
with:
profile: minimal
Expand All @@ -34,7 +34,7 @@ jobs:
name: Run rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v2.4.0
- uses: actions-rs/[email protected]
with:
profile: minimal
Expand All @@ -50,7 +50,7 @@ jobs:
name: Run rustdoc
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v2.4.0
- uses: actions-rs/[email protected]
with:
profile: minimal
Expand All @@ -67,7 +67,7 @@ jobs:
name: Run clippy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v2.4.0
- uses: actions-rs/[email protected]
with:
profile: minimal
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- bans licenses sources

steps:
- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v2.4.0
- uses: EmbarkStudios/[email protected]
with:
command: check ${{ matrix.checks }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
which python3

- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v2.4.0

- name: Download T2 cluster launch script
run: |
Expand Down