Skip to content

Commit

Permalink
Merge pull request #27 from knonm/chore/gh-actions-version-bump
Browse files Browse the repository at this point in the history
chore: gh actions version bump
  • Loading branch information
knonm authored Jun 26, 2024
2 parents 875c096 + de4fb00 commit a87b80c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
!contains(github.event.pull_request.title, 'ci skip')
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.x
cache: 'pip'
Expand All @@ -54,7 +54,7 @@ jobs:

- name: Log in to the Container registry
if: github.ref == 'refs/heads/main'
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand All @@ -63,7 +63,7 @@ jobs:
- name: Extract metadata (tags, labels) for Docker
if: github.ref == 'refs/heads/main'
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
Expand Down

0 comments on commit a87b80c

Please sign in to comment.