Skip to content

Commit

Permalink
Use major version for actions/checkout (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
francishamel authored Nov 18, 2023
1 parent 286dd5e commit 447b71c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/treefmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4
- name: Install nix
uses: cachix/install-nix-action@v22
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-flake-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4
- name: Install nix
uses: cachix/install-nix-action@v22
- name: Update flake.lock
Expand Down

0 comments on commit 447b71c

Please sign in to comment.