Skip to content

Commit cd6911f

Browse files
Bump the github-actions group across 1 directory with 2 updates (#190)
1 parent bf18ec8 commit cd6911f

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.github/workflows/AUTO_PR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
pull-request:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v6.0.1
13+
- uses: actions/checkout@v6.0.2
1414

1515
- name: Auto Pull Request
1616
uses: diillson/auto-pull-request@v1.0.1

.github/workflows/docker-image-linux-ghcr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Checkout repository
36-
uses: actions/checkout@v6.0.1
36+
uses: actions/checkout@v6.0.2
3737

3838
# Install the cosign tool except on PR
3939
# https://github.com/sigstore/cosign-installer
@@ -46,7 +46,7 @@ jobs:
4646
# multi-platform images and export cache
4747
# https://github.com/docker/setup-buildx-action
4848
- name: Set up Docker Buildx
49-
uses: docker/setup-buildx-action@v3.11.1
49+
uses: docker/setup-buildx-action@v3.12.0
5050

5151
# Login against a Docker registry except on PR
5252
# https://github.com/docker/login-action

.github/workflows/docker-image-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: docker/setup-qemu-action@v3.7.0
1616

1717
- name: Set up Docker Buildx
18-
uses: docker/setup-buildx-action@v3.11.1
18+
uses: docker/setup-buildx-action@v3.12.0
1919

2020
- name: Login to Docker Hub
2121
uses: docker/login-action@v3

.github/workflows/docker-image-windows-ghcr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Checkout repository
36-
uses: actions/checkout@v6.0.1
36+
uses: actions/checkout@v6.0.2
3737

3838
# Install the cosign tool except on PR
3939
# https://github.com/sigstore/cosign-installer
@@ -46,7 +46,7 @@ jobs:
4646
# multi-platform images and export cache
4747
# https://github.com/docker/setup-buildx-action
4848
- name: Set up Docker Buildx
49-
uses: docker/setup-buildx-action@v3.11.1
49+
uses: docker/setup-buildx-action@v3.12.0
5050

5151
# Login against a Docker registry except on PR
5252
# https://github.com/docker/login-action

.github/workflows/docker-image-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: docker/setup-qemu-action@v3.7.0
1616

1717
- name: Set up Docker Buildx
18-
uses: docker/setup-buildx-action@v3.11.1
18+
uses: docker/setup-buildx-action@v3.12.0
1919

2020
- name: Login to Docker Hub
2121
uses: docker/login-action@v3

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Repo
14-
uses: actions/checkout@v6.0.1
14+
uses: actions/checkout@v6.0.2
1515
- name: Run Tests
1616
run: |
1717
echo "Building image to test"
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout Repo
24-
uses: actions/checkout@v6.0.1
24+
uses: actions/checkout@v6.0.2
2525
- name: Run Tests
2626
run: |
2727
echo "Building image to test"
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: Checkout Repo
34-
uses: actions/checkout@v6.0.1
34+
uses: actions/checkout@v6.0.2
3535
- name: Run Tests
3636
run: |
3737
echo "Building image to test"
@@ -41,7 +41,7 @@ jobs:
4141
# runs-on: ubuntu-latest
4242
# steps:
4343
# - name: Checkout Repo
44-
# uses: actions/checkout@v6.0.1
44+
# uses: actions/checkout@v6.0.2
4545
# - name: Run Tests
4646
# run: |
4747
# echo "Building image to test"

0 commit comments

Comments
 (0)