Skip to content

Commit f1a9ad3

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 fb7fe61 commit f1a9ad3

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
@@ -17,7 +17,7 @@ jobs:
1717
env:
1818
NODE_OPTIONS: --max_old_space_size=8192
1919
steps:
20-
- uses: actions/checkout@v2.3.4
20+
- uses: actions/checkout@v2.4.0
2121

2222
- name: Install Packages 🔧
2323
run: |

.github/workflows/generate-instance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
env:
1515
NODE_OPTIONS: --max_old_space_size=8192
1616
steps:
17-
- uses: actions/checkout@v2.3.4
17+
- uses: actions/checkout@v2.4.0
1818
with:
1919
persist-credentials: false # Required to make github pages deployment work correctly
2020

0 commit comments

Comments
 (0)