Skip to content

Commit 44fce5a

Browse files
Merge pull request #13 from DACCS-Climate/dependabot/github_actions/dot-github/workflows/actions-updates-ab9694408c
Bump the actions-updates group in /.github/workflows with 5 updates
2 parents 0589e75 + dbe6b96 commit 44fce5a

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/deploy-image.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,23 @@ jobs:
1919
id-token: write
2020
steps:
2121
- name: Check out the repo
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323

2424
- name: Log in to Docker Hub
25-
uses: docker/login-action@v3
25+
uses: docker/login-action@v4
2626
with:
2727
username: ${{ secrets.DOCKER_USERNAME }}
2828
password: ${{ secrets.DOCKER_PASSWORD }}
2929

3030
- name: Extract metadata (tags, labels) for Docker
3131
id: meta
32-
uses: docker/metadata-action@v5
32+
uses: docker/metadata-action@v6
3333
with:
3434
images: ${{ env.DOCKER_NAMESPACE }}/${{ env.DOCKER_REPOSITORY }}
3535

3636
- name: Build and push Docker image
3737
id: push
38-
uses: docker/build-push-action@v6
38+
uses: docker/build-push-action@v7
3939
with:
4040
context: .
4141
push: true

.github/workflows/precommit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ jobs:
88
pre-commit:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
12-
- uses: actions/setup-python@v3
11+
- uses: actions/checkout@v6
12+
- uses: actions/setup-python@v6
1313
- uses: pre-commit/action@v3.0.1

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
matrix:
1111
python-version: ["3.12", "3.13"]
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414
- name: Set up python version ${{ matrix.python-version }} for testing
15-
uses: actions/setup-python@v4
15+
uses: actions/setup-python@v6
1616
with:
1717
python-version: ${{ matrix.python-version }}
1818
cache: 'pip'

0 commit comments

Comments
 (0)