Skip to content

Commit dd45087

Browse files
chore(deps): update actions/checkout action to v3
Signed-off-by: Renovate Bot <[email protected]> | datasource | package | from | to | | ----------- | ---------------- | ---- | -- | | github-tags | actions/checkout | v2 | v3 | | github-tags | actions/checkout | v2 | v3 |
1 parent 719159f commit dd45087

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-push-containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
echo "::set-output name=tags::[\"${MAJOR}\",\"${MINOR}\",\"${PATCH}\"]"
2020
2121
- name: Checkout
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v3
2323

2424
- name: Setup QEMU
2525
uses: docker/setup-qemu-action@v2

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: "Checkout"
18-
uses: "actions/checkout@v2"
18+
uses: "actions/checkout@v3"
1919

2020
- name: "Docker Build"
2121
run: "DOCKER_BUILDKIT=1 docker build ."

0 commit comments

Comments
 (0)