updated actions checkout in images as well w/ burnettk

This commit is contained in:
jasquat 2023-02-24 14:27:59 -05:00
parent 846abd7061
commit 749ca46335
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -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: