Skip to content

Commit

Permalink
Merge pull request #127 from carriedaymont/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/checkout-3.3.0
  • Loading branch information
dependabot[bot] authored Mar 1, 2023
2 parents 39e3b85 + f0a0dd5 commit 00f2571
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-image-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2.5.0
- uses: actions/checkout@v3

- name: Build and publish Docker image
uses: VaultVulp/gp-docker-action@1.6.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-image-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2.5.0
- uses: actions/checkout@v3

- name: Build and publish Docker image
uses: VaultVulp/gp-docker-action@1.6.0
Expand Down

0 comments on commit 00f2571

Please sign in to comment.