Skip to content

Commit e81794c

Browse files
chore(deps): bump actions/checkout
Bumps [actions/checkout](https://github.com/actions/checkout) from 85e6279cec87321a52edac9c87bce653a07cf6c2 to 09d2acae674a48949e3602304ab46fd20ae0c42f. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@85e6279...09d2aca) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '09d2acae674a48949e3602304ab46fd20ae0c42f' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0582336 commit e81794c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/deploy.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
author: ${{ steps.extract.outputs.author }}
2323
signature: ${{ steps.extract.outputs.signature }}
2424
steps:
25-
- uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.2.2
25+
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f # v4.2.2
2626
- name: Extract necessary build info
2727
id: extract
2828
run: |
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: macos-latest
4949

5050
steps:
51-
- uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.2.2
51+
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f # v4.2.2
5252
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
5353
with:
5454
python-version-file: "pyproject.toml"
@@ -94,7 +94,7 @@ jobs:
9494
runs-on: ubuntu-latest
9595

9696
steps:
97-
- uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.2.2
97+
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f # v4.2.2
9898
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
9999
with:
100100
python-version-file: "pyproject.toml"
@@ -139,7 +139,7 @@ jobs:
139139
runs-on: windows-latest
140140

141141
steps:
142-
- uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.2.2
142+
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f # v4.2.2
143143
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
144144
with:
145145
python-version-file: "pyproject.toml"

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
check:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.2.2
16+
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f # v4.2.2
1717
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
1818
with:
1919
python-version-file: "pyproject.toml"

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
DISPLAY: ":99.0"
2020
runs-on: ${{ matrix.os }}
2121
steps:
22-
- uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.2.2
22+
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f # v4.2.2
2323
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
2424
with:
2525
python-version-file: "pyproject.toml"

0 commit comments

Comments
 (0)