Skip to content

Commit 1781be1

Browse files
ghactions: github action autoupdate
1 parent bf50103 commit 1781be1

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ghactions-autoupdate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111

1212
- name: Check out the repo
13-
uses: actions/checkout@v4.0.0
13+
uses: actions/checkout@v4.1.1
1414
with:
1515
token: ${{ secrets.WORKFLOW_TOKEN }}
1616

.github/workflows/publish-docker-image.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,24 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: "Check out the repo"
11-
uses: actions/checkout@v4.0.0
11+
uses: actions/checkout@v4.1.1
1212

1313
- name: "Log in to Docker Hub"
14-
uses: docker/login-action@v2.2.0
14+
uses: docker/login-action@v3.0.0
1515
with:
1616
username: ${{ secrets.DOCKERHUB_USERNAME }}
1717
password: ${{ secrets.DOCKERHUB_TOKEN }}
1818

1919
- name: "Extract metadata (tags, labels) for Docker"
2020
id: meta
21-
uses: docker/metadata-action@v4.6.0
21+
uses: docker/metadata-action@v5.0.0
2222
with:
2323
images: jmlemetayer/abba
2424
flavor: |
2525
latest=true
2626
2727
- name: "Build and push Docker image"
28-
uses: docker/build-push-action@v4.2.1
28+
uses: docker/build-push-action@v5.0.0
2929
with:
3030
context: docker
3131
push: true

.github/workflows/update-dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: "Check out the repo"
14-
uses: actions/checkout@v4.0.0
14+
uses: actions/checkout@v4.1.1
1515

1616
- name: "Setup python"
17-
uses: actions/setup-python@v4.7.0
17+
uses: actions/setup-python@v4.7.1
1818
with:
1919
python-version: 3.8
2020

0 commit comments

Comments
 (0)