updated actions checkout in images as well w/ burnettk
This commit is contained in:
parent
846abd7061
commit
749ca46335
|
@ -43,7 +43,7 @@ jobs:
|
|||
packages: write
|
||||
steps:
|
||||
- name: Check out the repository
|
||||
uses: actions/checkout@v3.0.2
|
||||
uses: actions/checkout@v3.3.0
|
||||
- name: Log in to the Container registry
|
||||
uses: docker/login-action@v2.1.0
|
||||
with:
|
||||
|
@ -84,7 +84,7 @@ jobs:
|
|||
packages: write
|
||||
steps:
|
||||
- name: Check out the repository
|
||||
uses: actions/checkout@v3.0.2
|
||||
uses: actions/checkout@v3.3.0
|
||||
- name: Log in to the Container registry
|
||||
uses: docker/login-action@v2.1.0
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue