We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 260f196 commit 28e8466Copy full SHA for 28e8466
1 file changed
.github/workflows/build.yaml
@@ -44,7 +44,7 @@ jobs:
44
steps:
45
- name: Cancel previous runs
46
if: github.event_name == 'pull_request'
47
- uses: styfle/cancel-workflow-action@0.13.0
+ uses: styfle/cancel-workflow-action@0.13.1
48
49
- name: Checkout
50
uses: actions/checkout@v6
@@ -60,7 +60,7 @@ jobs:
60
61
62
63
64
65
66
@@ -77,7 +77,7 @@ jobs:
77
78
- name: Authenticate to Docker Hub
79
if: github.event_name != 'pull_request'
80
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
81
with:
82
username: ${{ secrets.DOCKERHUB_USERNAME }}
83
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments