Skip to content

Commit e09777b

Browse files
Bump actions/checkout (#37)
Bumps [actions/checkout](https://github.com/actions/checkout) from 09d2acae674a48949e3602304ab46fd20ae0c42f to 8edcb1bdb4e267140fa742c62e395cd74f332709. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@09d2aca...8edcb1b) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 8edcb1bdb4e267140fa742c62e395cd74f332709 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chris Taylor <132399041+chris11-taylor-nttd@users.noreply.github.com>
1 parent 8124ad1 commit e09777b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pull-request-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
issues: write
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
17+
- uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
1818
- name: Configure missing labels
1919
env:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/pull-request-python-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
pre-commit:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
16+
- uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
1717
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
1818
with:
1919
python-version: '3.13'
@@ -32,7 +32,7 @@ jobs:
3232
# for each version; you may wish to adjust that step's behavior.
3333
python-version: ["3.13"]
3434
steps:
35-
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
35+
- uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
3636
- name: Set up Python ${{ matrix.python-version }}
3737
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc
3838
with:

0 commit comments

Comments
 (0)