Skip to content

Commit

Permalink
Updated checkout action to v2
Browse files Browse the repository at this point in the history
Updated action to the latest version.
  • Loading branch information
nkuba committed Feb 11, 2021
1 parent 61f9bb7 commit f3d51b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: satackey/[email protected]
continue-on-error: true # ignore the failure of a step and avoid terminating the job
- name: Run Docker build
Expand Down

0 comments on commit f3d51b5

Please sign in to comment.