Skip to content

Commit 58beb08

Browse files
bump github actions versions (#4535)
1 parent 6b90d77 commit 58beb08

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-tagged-version.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
contents: read
1313
steps:
1414
- name: GIT checkout tag - ${{ github.ref }}
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v6
1616
- name: Login to DockerHub
17-
uses: docker/login-action@v3
17+
uses: docker/login-action@v4
1818
with:
1919
username: ${{ secrets.DOCKERHUB_USERNAME }}
2020
password: ${{ secrets.DOCKERHUB_PASSWORD }}

.github/workflows/rebuild-dev-image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
contents: read
1616
steps:
1717
- name: GIT checkout branch - refs/heads/${{ matrix.branches }}
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919
with:
2020
ref: refs/heads/${{ matrix.branches }}
2121
- name: Login to DockerHub
22-
uses: docker/login-action@v3
22+
uses: docker/login-action@v4
2323
with:
2424
username: ${{ secrets.DOCKERHUB_USERNAME }}
2525
password: ${{ secrets.DOCKERHUB_PASSWORD }}

0 commit comments

Comments
 (0)