Skip to content

Commit ddf22b6

Browse files
authored
Merge pull request #441 from typelevel/dependabot/github_actions/actions/checkout-3.5.2
Bump actions/checkout from 3.5.0 to 3.5.2
2 parents 33662bc + bb8c55a commit ddf22b6

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@v3.5.0
18+
- uses: actions/checkout@v3.5.2
1919

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

.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@v3.5.0
14+
- uses: actions/checkout@v3.5.2
1515

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

0 commit comments

Comments
 (0)