Skip to content

Commit f4b1f98

Browse files
authored
Merge pull request #507 from typelevel/dependabot/github_actions/actions/checkout-4.1.5
Bump actions/checkout from 4.1.4 to 4.1.5
2 parents e30ed99 + e28af11 commit f4b1f98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cache.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- macos-latest
1616
- ubuntu-latest
1717
steps:
18-
- uses: actions/[email protected].4
18+
- uses: actions/[email protected].5
1919

2020
- name: "Install Nix️"
2121
uses: cachix/install-nix-action@v26

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/[email protected].4
14+
- uses: actions/[email protected].5
1515

1616
- name: "Install Nix️"
1717
uses: cachix/install-nix-action@v26

0 commit comments

Comments
 (0)