WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 13e3e04

Browse files
Bump actions/checkout from 6.pre.beta to 6.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.pre.beta to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@71cf226...8e8c483) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6d641a3 commit 13e3e04

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@8e8c483db84b4bee98b60c0593521ed34d9990e8
1717
- name: Set up Python ${{ env.PYTHON_VERSION }}
1818
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
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@8e8c483db84b4bee98b60c0593521ed34d9990e8
1919
- name: Set up Python ${{ env.PYTHON_VERSION }}
2020
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
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@8e8c483db84b4bee98b60c0593521ed34d9990e8
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)