Skip to content

Commit b4da813

Browse files
authored
chore(deps): bump the github-actions group with 4 updates (#82)
2 parents 2551699 + 4a07652 commit b4da813

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/publish-container.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@ jobs:
8686

8787
steps:
8888
- name: ⤵️ Checkout repository
89-
uses: actions/[email protected].1
89+
uses: actions/[email protected].2
9090

9191
- name: ❔ Check Container files changed
9292
id: file_change
9393
if: ${{ github.event_name != 'release' && github.event_name != 'workflow_dispatch' }}
94-
uses: dorny/[email protected].1
94+
uses: dorny/[email protected].2
9595
with:
9696
filters: |
9797
container_folder:
@@ -118,7 +118,7 @@ jobs:
118118

119119
- name: 🏗 Cache Docker Layers
120120
if: ${{ steps.file_change.outputs.container_folder != 'false' }}
121-
uses: actions/[email protected].0
121+
uses: actions/[email protected].1
122122
with:
123123
path: /tmp/.buildx-cache
124124
key: container/${{ matrix.path }}
@@ -141,7 +141,7 @@ jobs:
141141
- name: 🚀 Build and push container image
142142
if: ${{ steps.file_change.outputs.container_folder != 'false' }}
143143
id: build_and_push
144-
uses: docker/build-push-action@v5.1.0
144+
uses: docker/build-push-action@v5.2.0
145145
with:
146146
context: ./${{matrix.path}}
147147
push: ${{github.event_name != 'pull_request'}}

.github/workflows/sync-labels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: ⤵️ Check out code from GitHub
25-
uses: actions/[email protected].1
25+
uses: actions/[email protected].2
2626

2727
- name: 🚀 Run Label Syncer
2828
uses: micnncim/[email protected]

0 commit comments

Comments
 (0)