Skip to content

Commit fd893a0

Browse files
Merge branch 'main' into dependabot/github_actions/launchbynttdata/launch-workflows-0.6.0
2 parents b94a05a + e09777b commit fd893a0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: 3 additions & 3 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,9 +32,9 @@ 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 }}
37-
uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba
37+
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc
3838
with:
3939
python-version: ${{ matrix.python-version }}
4040
- name: Install dependencies

0 commit comments

Comments
 (0)