Skip to content

Commit

Permalink
ghactions: github action autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 13, 2023
1 parent bf50103 commit ffde8f1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ghactions-autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:

- name: Check out the repo
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0
with:
token: ${{ secrets.WORKFLOW_TOKEN }}

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Check out the repo"
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0

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

- name: "Extract metadata (tags, labels) for Docker"
id: meta
uses: docker/metadata-action@v4.6.0
uses: docker/metadata-action@v5.0.0
with:
images: jmlemetayer/abba
flavor: |
latest=true
- name: "Build and push Docker image"
uses: docker/build-push-action@v4.2.1
uses: docker/build-push-action@v5.0.0
with:
context: docker
push: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Check out the repo"
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0

- name: "Setup python"
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version: 3.8

Expand Down

0 comments on commit ffde8f1

Please sign in to comment.