Skip to content

Commit

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

chore(deps): Bump actions/checkout from 4.1.0 to 4.1.1
  • Loading branch information
sagikazarmark authored Dec 9, 2023
2 parents 53a49e4 + eeadd2b commit 8c0bc6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Set up Nix
uses: cachix/install-nix-action@7ac1ec25491415c381d9b62f0657c7a028df52a7 # v24
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Set up Nix
uses: cachix/install-nix-action@7ac1ec25491415c381d9b62f0657c7a028df52a7 # v24
Expand Down

0 comments on commit 8c0bc6f

Please sign in to comment.