Skip to content

Commit 3c6a0f9

Browse files
authored
Merge pull request #3674 from splunk/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 33ab55e + 72a49ba commit 3c6a0f9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/appinspect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
ref: refs/pull/${{ github.event.pull_request.number }}/merge
1616

17-
- uses: actions/setup-python@v5
17+
- uses: actions/setup-python@v6
1818
with:
1919
python-version: '3.11'
2020
architecture: 'x64'

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Check out the repository code
1313
uses: actions/checkout@v5
1414

15-
- uses: actions/setup-python@v5
15+
- uses: actions/setup-python@v6
1616
with:
1717
python-version: '3.11'
1818
architecture: 'x64'

.github/workflows/datasource-dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
token: ${{ secrets.DATA_SOURCES_DEPENDABOT }}
1818

1919
- name: Set up Python
20-
uses: actions/setup-python@v5
20+
uses: actions/setup-python@v6
2121
with:
2222
python-version: '3.11'
2323
architecture: 'x64' # or the version your script requires

.github/workflows/unit-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
ref: ${{ github.base_ref }}
1616

1717

18-
- uses: actions/setup-python@v5
18+
- uses: actions/setup-python@v6
1919
with:
2020
python-version: '3.11' #Available versions here - https://github.com/actions/python-versions/releases easy to change/make a matrix/use pypy
2121
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified

0 commit comments

Comments
 (0)