Skip to content

Commit 731ecdd

Browse files
Bump actions/checkout from 6.0.0 to 6.0.1 in the github-actions group (#184)
1 parent 5b383dc commit 731ecdd

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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.0
13+
- uses: actions/checkout@v6.0.1
1414

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

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

Lines changed: 1 addition & 1 deletion
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.0
36+
uses: actions/checkout@v6.0.1
3737

3838
# Install the cosign tool except on PR
3939
# https://github.com/sigstore/cosign-installer

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

Lines changed: 1 addition & 1 deletion
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.0
36+
uses: actions/checkout@v6.0.1
3737

3838
# Install the cosign tool except on PR
3939
# https://github.com/sigstore/cosign-installer

.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.0
14+
uses: actions/checkout@v6.0.1
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.0
24+
uses: actions/checkout@v6.0.1
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.0
34+
uses: actions/checkout@v6.0.1
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.0
44+
# uses: actions/checkout@v6.0.1
4545
# - name: Run Tests
4646
# run: |
4747
# echo "Building image to test"

0 commit comments

Comments
 (0)