Skip to content

Commit

Permalink
Bump actions/checkout 3.5.2 -> 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jacg committed Feb 2, 2024
1 parent c050157 commit 76634c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
os: [ubuntu-latest, macos-12]
allow-fail: [false]
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4.1.1
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-23.05
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
py: python312
allow-fail: true
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4.1.1
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-23.05
Expand All @@ -64,7 +64,7 @@ jobs:
py: [python311]
allow-fail: [false]
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4.1.1
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-23.05
Expand Down

0 comments on commit 76634c5

Please sign in to comment.