Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
ci: Use less specific tags for checkout jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
etu committed Mar 13, 2024
1 parent a5be0d8 commit 92e49b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Run shellcheck style checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4

- uses: cachix/install-nix-action@v26
with:
Expand All @@ -30,7 +30,7 @@ jobs:
name: Run yamllint on github actions files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4

- uses: cachix/install-nix-action@v26
with:
Expand Down

0 comments on commit 92e49b4

Please sign in to comment.