Skip to content

Commit 6319de3

Browse files
committed
Upgrade GitHub Actions to latest versions for improved functionality
1 parent 25d79dd commit 6319de3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v4
1919
- name: Prepare
2020
id: prepare
2121
run: |
@@ -51,7 +51,7 @@ jobs:
5151
docker buildx build --output "type=image,push=false" ${{ steps.prepare.outputs.buildx_args }}
5252
- name: Login to DockerHub
5353
if: success() && github.event_name != 'pull_request'
54-
uses: docker/login-action@v1
54+
uses: docker/login-action@v3
5555
with:
5656
username: ${{ secrets.DOCKER_USERNAME }}
5757
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)