Skip to content

Commit

Permalink
Per #12, update to checkout@v3 action to get past the node12 GHA warn…
Browse files Browse the repository at this point in the history
…ing.
  • Loading branch information
JohnHalleyGotway committed Aug 28, 2023
1 parent 228daed commit f9982d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_push_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Handle Docker Images
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Get tag name
id: get_tag_name
Expand Down

0 comments on commit f9982d7

Please sign in to comment.