Skip to content

Commit

Permalink
Merge pull request #3 from inoxio/renovate/actions-checkout-3.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v3
  • Loading branch information
MichaelKunze authored Mar 9, 2022
2 parents 14f539c + 19e147e commit 52c4c43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Whats my IP
run: curl --silent http://ipconfig.io
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Whats my IP
run: curl --silent http://ipconfig.io
Expand Down

0 comments on commit 52c4c43

Please sign in to comment.