Skip to content

Commit

Permalink
Bump actions/checkout from 4.2.1 to 4.2.2 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 4814c03 commit 760c96f
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 @@ -24,7 +24,7 @@ jobs:
tag: ${{ steps.version.outputs.string }}
new_image: ${{ github.event_name == 'pull_request' || steps.existing_image.outcome == 'failure' }}
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2

- name: Target version
id: target
Expand All @@ -51,7 +51,7 @@ jobs:
if: ${{ needs.init.outputs.new_image }}
environment: ${{ github.event_name != 'pull_request' && 'build' || '' }}
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2

- name: Login to GitHub Container Registry
uses: docker/[email protected]
Expand Down

0 comments on commit 760c96f

Please sign in to comment.