Skip to content

Commit

Permalink
Merge pull request tweag#250 from tweag/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-3.0.2

Bump actions/checkout from 2.4.0 to 3.0.2
  • Loading branch information
mergify[bot] authored Jul 13, 2022
2 parents 2ba30bd + f8d7baf commit 6891934
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- macos-11
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3.0.2
- uses: cachix/install-nix-action@v16
with:
nix_path: nixpkgs=./core/nixpkgs.nix
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
- macos-11
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3.0.2
- uses: cachix/install-nix-action@v16
with:
nix_path: nixpkgs=./nixpkgs.nix
Expand Down

0 comments on commit 6891934

Please sign in to comment.