Skip to content

Commit 28e8466

Browse files
chore: Bump the github-actions group across 1 directory with 2 updates (#328)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 260f196 commit 28e8466

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- name: Cancel previous runs
4646
if: github.event_name == 'pull_request'
47-
uses: styfle/cancel-workflow-action@0.13.0
47+
uses: styfle/cancel-workflow-action@0.13.1
4848

4949
- name: Checkout
5050
uses: actions/checkout@v6
@@ -60,7 +60,7 @@ jobs:
6060
steps:
6161
- name: Cancel previous runs
6262
if: github.event_name == 'pull_request'
63-
uses: styfle/cancel-workflow-action@0.13.0
63+
uses: styfle/cancel-workflow-action@0.13.1
6464

6565
- name: Checkout
6666
uses: actions/checkout@v6
@@ -77,7 +77,7 @@ jobs:
7777
7878
- name: Authenticate to Docker Hub
7979
if: github.event_name != 'pull_request'
80-
uses: docker/login-action@v3
80+
uses: docker/login-action@v4
8181
with:
8282
username: ${{ secrets.DOCKERHUB_USERNAME }}
8383
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)