Skip to content

Commit 07c6163

Browse files
authored
Merge pull request #526 from typelevel/dependabot/github_actions/actions/checkout-4.2.0
Bump actions/checkout from 4.1.7 to 4.2.0
2 parents 92300bc + f17881c commit 07c6163

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- macos-latest
1616
- ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4.1.7
18+
- uses: actions/checkout@v4.2.0
1919

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

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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/checkout@v4.1.7
14+
- uses: actions/checkout@v4.2.0
1515

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

0 commit comments

Comments
 (0)