Skip to content
This repository has been archived by the owner on Mar 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #60 from ergebnis/feature/checkout
Browse files Browse the repository at this point in the history
Enhancement: Update actions/checkout
  • Loading branch information
localheinz authored Dec 31, 2019
2 parents bd8f6f0 + c2d9052 commit 495aa91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: "Checkout"
uses: actions/checkout@v1
uses: actions/checkout@v2.0.0

- name: "Build Docker image"
run: $(which docker) build --tag ${DOCKER_IMAGE}:latest .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: "Checkout"
uses: actions/checkout@v1
uses: actions/checkout@v2.0.0

- name: "Build Docker image"
run: $(which docker) build --tag ${DOCKER_IMAGE}:latest .
Expand Down

0 comments on commit 495aa91

Please sign in to comment.