Skip to content

Commit a036ae7

Browse files
Bump actions/checkout from 2.3.4 to 2.4.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.4...v2.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ef2d277 commit a036ae7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/distribute-grain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
distribute-grain:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v2.3.4
18+
- uses: actions/checkout@v2.4.0
1919

2020
- name: Install Packages 🔧
2121
run: |

.github/workflows/generate-instance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
GenerateCredInstance:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2.3.4
15+
- uses: actions/checkout@v2.4.0
1616
with:
1717
persist-credentials: false # Required to make github pages deployment work correctly
1818

0 commit comments

Comments
 (0)