Skip to content

Commit 5afbf58

Browse files
Bump actions/checkout from 6.pre.beta to 6.0.2 (#696)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.pre.beta to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@71cf226...de0fac2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f1b5dc0 commit 5afbf58

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: splunk-test-pypi
1414
steps:
1515
- name: Checkout source
16-
uses: actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e
16+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1717
- name: Set up Python ${{ env.PYTHON_VERSION }}
1818
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
1919
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: splunk-pypi
1616
steps:
1717
- name: Checkout source
18-
uses: actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e
18+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1919
- name: Set up Python ${{ env.PYTHON_VERSION }}
2020
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
2121
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
splunk-version: latest
2323
steps:
2424
- name: Checkout code
25-
uses: actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e
25+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2626
- name: Launch Splunk Docker instance
2727
run: SPLUNK_VERSION=${{ matrix.splunk-version }} docker compose up -d
2828
- name: Setup Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)