Skip to content

Commit d257bd6

Browse files
authored
Merge pull request #452 from typelevel/dependabot/github_actions/actions/checkout-3.5.3
Bump actions/checkout from 3.5.2 to 3.5.3
2 parents 471fe73 + fb60a9f commit d257bd6

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

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

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

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

0 commit comments

Comments
 (0)