Skip to content

Commit 3ad9432

Browse files
authored
Merge pull request #1308 from splunk/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents d28384e + e2ab9d8 commit 3ad9432

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build_attack_destroy_aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212

1313
- name: Checkout repo
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515

1616
- name: Install System Packages
1717
run: |

.github/workflows/destroy_old_attack_ranges.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111

1212
- name: Checkout repo
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v6
1414

1515
- name: Install System Packages
1616
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: startsWith(github.ref, 'refs/tags/v')
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v6
1717
with:
1818
ref: 'develop'
1919

.github/workflows/update_splunk_tas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout repository
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515
with:
1616
ref: 'develop'
1717
token: ${{ secrets.GH_PAT }} # Add this line to use the PAT for checkout

0 commit comments

Comments
 (0)