Skip to content

Commit 625efb6

Browse files
Bump actions/checkout from 2.3.5 to 2.4.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 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.5...v2.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ca1560f commit 625efb6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- 5000:5000
1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v2.3.5
16+
uses: actions/checkout@v2.4.0
1717

1818
- name: Set up QEMU
1919
uses: docker/setup-qemu-action@v1.1.0

.github/workflows/kernel-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- 5000:5000
1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v2.3.5
17+
uses: actions/checkout@v2.4.0
1818

1919
- name: Use docker buildx
2020
run: docker buildx create --use

.github/workflows/kernel-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: self-hosted
1010
steps:
1111
- name: Checkout code
12-
uses: actions/checkout@v2.3.5
12+
uses: actions/checkout@v2.4.0
1313

1414
- name: Login to quay.io
1515
if: ${{ github.actor != 'dependabot[bot]' }}

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-20.04
99
steps:
1010
- name: Checkout code
11-
uses: actions/checkout@v2.3.5
11+
uses: actions/checkout@v2.4.0
1212

1313
- name: Set up QEMU
1414
uses: docker/setup-qemu-action@v1.1.0

0 commit comments

Comments
 (0)