Skip to content

Commit b4e2aa4

Browse files
authored
Merge pull request #435 from splunk/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 124e2f0 + dffc65f commit b4e2aa4

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/pushToPyPiOnRelease.yml

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

1212
#Checkout the current branch
1313
- name: Checkout repo
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515

1616
#Install the given version of Python we will test against
1717
- name: Install Required Python Version

.github/workflows/ruff.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ jobs:
2121
run: poetry run ruff check --output-format=github contentctl/
2222
- name: Run Formatter
2323
run: poetry run ruff format --check contentctl/
24+

.github/workflows/testEndToEnd.yml

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

3030
#Checkout the current branch
3131
- name: Checkout repo
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
3333

3434
#Install the given version of Python we will test against
3535
- name: Install Required Python Version

.github/workflows/test_against_escu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
steps:
2828
# Checkout the current branch of contentctl repo
2929
- name: Checkout repo
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131

3232
# Checkout the develop (default) branch of security_content
3333
- name: Checkout repo
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
3535
with:
3636
path: security_content
3737
repository: splunk/security_content

0 commit comments

Comments
 (0)