Skip to content

Commit 4b2aa00

Browse files
authored
chore(deps): pin dependencies (#62)
1 parent 0f62a6a commit 4b2aa00

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
1212
- name: Setup Python
13-
uses: actions/setup-python@v5
13+
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
1414
with:
1515
python-version: "3.9"
1616
- name: Install nox
@@ -24,9 +24,9 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
2828
- name: Setup Python
29-
uses: actions/setup-python@v5
29+
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
3030
with:
3131
python-version: "3.10"
3232
- name: Install nox

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ jobs:
5656
}
5757
5858
- name: Checkout Repository
59-
uses: actions/checkout@v3
59+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
6060
with:
6161
ref: ${{ github.event.pull_request.head.sha }}
6262
repository: ${{ github.event.pull_request.head.repo.full_name }}
6363
token: ${{ secrets.GITHUB_TOKEN }}
6464

6565
- name: Setup Python
66-
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
66+
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
6767
with:
6868
python-version: "3.11"
6969

0 commit comments

Comments
 (0)