Skip to content

Commit 1663139

Browse files
authored
Merge pull request #531 from typelevel/dependabot/github_actions/actions/checkout-4.2.2
Bump actions/checkout from 4.2.1 to 4.2.2
2 parents 4e01954 + ba0b0b6 commit 1663139

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/[email protected].1
18+
- uses: actions/[email protected].2
1919

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

.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/[email protected].1
14+
- uses: actions/[email protected].2
1515

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

0 commit comments

Comments
 (0)