Skip to content

Commit

Permalink
Update to checkout v3
Browse files Browse the repository at this point in the history
  • Loading branch information
heiskr committed Feb 14, 2023
1 parent 8216ab9 commit 2459f17
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/0-start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
steps:
# We'll need to check out the repository so that we can edit the README
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0 # Let's get all the branches

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/1-create-the-workflow-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
steps:
# We'll need to check out the repository so that we can edit the README
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0 # Let's get all the branches

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/2-add-a-dockerfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
steps:
# We'll need to check out the repository so that we can edit the README
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0 # Let's get all the branches

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/3-merge-your-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:
# We'll need to check out the repository so that we can edit the README
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0 # Let's get all the branches

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ We'll start by creating the workflow file to publish a Docker image to GitHub Pa
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
# Add your test steps here if needed...
- name: Build container
uses: docker/build-push-action@v1
Expand Down

0 comments on commit 2459f17

Please sign in to comment.