Skip to content

Commit

Permalink
fix(deps): update all major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 30, 2024
1 parent be70f76 commit c13d244
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'

Expand All @@ -32,8 +32,8 @@ jobs:
- test
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'

Expand All @@ -55,11 +55,11 @@ jobs:
if: github.event_name == 'push' && (startsWith(github.ref, 'refs/tags') || github.ref == 'main')
steps:
- name: Check out the repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v4.0.1
uses: docker/metadata-action@v5.5.1
with:
# list of Docker images to use as base name for tags
images: |
Expand All @@ -84,14 +84,14 @@ jobs:

- name: Login to GHCR
if: github.event_name == 'push' && (startsWith(github.ref, 'refs/tags') || github.ref == 'main')
uses: docker/#-action@v2
uses: docker/#-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push master Docker image
uses: docker/build-push-action@v3.0.0
uses: docker/build-push-action@v6.9.0
with:
context: .
push: ${{ github.event_name == 'push' && (startsWith(github.ref, 'refs/tags') || github.ref == 'main') }}
Expand Down

0 comments on commit c13d244

Please # to comment.