Skip to content

Commit 231fda0

Browse files
authored
Merge branch 'mlampros:master' into master
2 parents 70314db + 7fad21b commit 231fda0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: docker/setup-buildx-action@v3
4242

4343
- name: Build and push
44-
uses: docker/build-push-action@v5
44+
uses: docker/build-push-action@v6
4545
with:
4646
context: ./
4747
build-args: BUILD_DATE="$(date -u +'%Y-%m-%dT%H:%M:%SZ')"

.github/workflows/issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: Renato66/auto-label@v2
12+
- uses: Renato66/auto-label@v3
1313
with:
1414
repo-token: ${{ secrets.GITHUB_TOKEN }}
1515
ignore-comments: true

.github/workflows/stale-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
stale:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/stale@v3
13+
- uses: actions/stale@v10
1414
with:
1515
repo-token: ${{ secrets.GITHUB_TOKEN }}
1616
days-before-stale: 12

0 commit comments

Comments
 (0)