Skip to content

Commit 0ff3d64

Browse files
authored
Merge pull request #16 from CoverGo/f/BE-536-update-workflow
feat: use actions/checkout@v3
2 parents d4c5665 + 57cd3d0 commit 0ff3d64

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.gflows/libs/integration-tests-legacy-steps.lib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
---
77
#@ def integration_tests_legacy_steps(repository, registry,main_registry, environment, test_suites):
88
- name: Checkout tests repository
9-
uses: actions/checkout@v2
9+
uses: actions/checkout@v3
1010
with:
1111
repository: covergo/integration-testing
1212
ref: #@ repository.branch

.gflows/libs/job_deploy_tenants.lib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
name: #@ "Deploy to {}".format(tenant.name)
1010
steps:
1111
- name: Checkout tokens repository
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v3
1313
with:
1414
repository: #@ deploy.repository.url
1515
ref: #@ deploy.repository.branch

.gflows/libs/job_scan_code_net.lib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#@ end
1717

1818
- name: Checkout repository
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v3
2020
with:
2121
fetch-depth: 0
2222
- name: Scan

.gflows/libs/job_version.lib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ outputs:
3131
docker_image_ghcr_tags: ${{ steps.tags.outputs.docker_image_ghcr_tags }}
3232
steps:
3333
- name: Checkout repository
34-
uses: actions/checkout@v2
34+
uses: actions/checkout@v3
3535
with:
3636
fetch-depth: 0
3737
- #@ steps.checkout_private_actions()

0 commit comments

Comments
 (0)