Skip to content

Commit 446f0d4

Browse files
Merge pull request #15 from nicholaswilde/dependabot/github_actions/actions/checkout-2.3.4
Bump actions/checkout from 2 to 2.3.4
2 parents 49d3562 + e2cb78d commit 446f0d4

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)