Skip to content

Commit 162f2f5

Browse files
Bump the non-major-versions group with 2 updates
Bumps the non-major-versions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/checkout` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v6.0.1...v6.0.2) Updates `actions/setup-python` from 6.1.0 to 6.2.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6.1.0...v6.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major-versions - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-versions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5ef6729 commit 162f2f5

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
5656
steps:
5757
- name: Checkout repository
58-
uses: actions/checkout@v6.0.1
58+
uses: actions/checkout@v6.0.2
5959

6060
# Initializes the CodeQL tools for scanning.
6161
- name: Initialize CodeQL

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
runs-on: "ubuntu-latest"
1414
steps:
1515
- name: "Checkout the repository"
16-
uses: "actions/checkout@v6.0.1"
16+
uses: "actions/checkout@v6.0.2"
1717

1818
- name: "Set up Python"
19-
uses: actions/setup-python@v6.1.0
19+
uses: actions/setup-python@v6.2.0
2020
with:
2121
python-version: "3.x"
2222

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
16+
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4
1717
- name: Set up Python
18-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
18+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v5
1919
with:
2020
python-version: "3.x"
2121
- name: Install pypa/build

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
runs-on: "ubuntu-latest"
1313
steps:
1414
- name: "Checkout the repository"
15-
uses: "actions/checkout@v6.0.1"
15+
uses: "actions/checkout@v6.0.2"
1616

1717
- name: "Set up Python"
18-
uses: actions/setup-python@v6.1.0
18+
uses: actions/setup-python@v6.2.0
1919
with:
2020
python-version: "3.x"
2121

0 commit comments

Comments
 (0)