Skip to content

Commit

Permalink
Merge pull request #432 from tweag/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4.1.1

build(deps): bump actions/checkout from 4.0.0 to 4.1.1
  • Loading branch information
mergify[bot] authored Oct 18, 2023
2 parents 0fd4a8f + a291885 commit 43621f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.1.1
- name: Install Nix
uses: cachix/install-nix-action@v23
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.1
- uses: cachix/install-nix-action@v23
with:
nix_path: nixpkgs=./docs/nixpkgs.nix
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
- macos-11
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.1
- uses: cachix/install-nix-action@v23
with:
nix_path: nixpkgs=./nixpkgs.nix
Expand Down

0 comments on commit 43621f3

Please sign in to comment.