Skip to content

Commit cba390d

Browse files
Update actions/checkout action to v2 (#14)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 8f1fc15 commit cba390d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nginx_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
-
1616
name: Checkout Repo.
17-
uses: actions/checkout@v1
17+
uses: actions/checkout@v2
1818
-
1919
name: Login to DockerHub
2020
uses: docker/login-action@v1

.github/workflows/releaseWorkflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
Create-new-Release:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v1
12+
- uses: actions/checkout@v2
1313
- name: get version
1414
id: vars
1515
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/} # pls dont ask me why it has to work like this.

0 commit comments

Comments
 (0)