Skip to content

Commit e2cb78d

Browse files
Bump actions/checkout from 2 to 2.3.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v2.3.4) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 49d3562 commit e2cb78d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: echo "date=$(date -u +%Y-%m-%dT%H%M%SZ)" >> $GITHUB_ENV
4343
-
4444
name: Checkout
45-
uses: actions/checkout@v2
45+
uses: actions/checkout@v2.3.4
4646
-
4747
name: Set up QEMU
4848
uses: docker/setup-qemu-action@v1.1.0

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Check out the codebase.
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v2.3.4
1818

1919
- name: Hadolint Action
2020
# You may pin to the exact commit or the version.
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Check out the codebase.
32-
uses: actions/checkout@v2
32+
uses: actions/checkout@v2.3.4
3333

3434
- name: Set up Python 3.
3535
uses: actions/setup-python@v2.2.2

0 commit comments

Comments
 (0)