Skip to content

Commit

Permalink
chore(deps): bump the github-actions group across 1 directory with 3 …
Browse files Browse the repository at this point in the history
…updates (#44)
  • Loading branch information
alimd authored May 14, 2024
2 parents 4d3b9e8 + c2895d1 commit 23b5bb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

steps:
- name: ⤵️ Checkout repository
uses: actions/[email protected].2
uses: actions/[email protected].5

- name: ❔ Check Container files changed
id: file_change
Expand All @@ -57,11 +57,11 @@ jobs:
- name: 🏗 Install cosign
if: ${{ github.event_name != 'pull_request' && steps.file_change.outputs.container_folder != 'false' }}
uses: sigstore/cosign-installer@v3.4.0
uses: sigstore/cosign-installer@v3.5.0

- name: 🏗 Setup Docker Buildx
if: ${{ steps.file_change.outputs.container_folder != 'false' }}
uses: docker/setup-buildx-action@v3.2.0
uses: docker/setup-buildx-action@v3.3.0

- name: 🏗 Cache Docker Layers
if: ${{ steps.file_change.outputs.container_folder != 'false' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected].2
uses: actions/[email protected].5

- name: 🚀 Run Label Syncer
uses: micnncim/[email protected]
Expand Down

0 comments on commit 23b5bb2

Please sign in to comment.