Skip to content

Commit b6669c2

Browse files
committed
chore(deps): update github actions
1 parent 3c143f2 commit b6669c2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
13+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1414
- name: Setup Python
15-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
15+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
1616
with:
1717
python-version: "3.10"
1818
- name: Install nox
@@ -26,9 +26,9 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
29+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
3030
- name: Setup Python
31-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
31+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
3232
with:
3333
python-version: "3.10"
3434
- name: Install nox

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ jobs:
3131

3232
steps:
3333
- name: Checkout Repository
34-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
34+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
3535
with:
3636
ref: ${{ github.event.pull_request.head.sha }}
3737
repository: ${{ github.event.pull_request.head.repo.full_name }}
3838
token: ${{ secrets.GITHUB_TOKEN }}
3939

4040
- name: Setup Python
41-
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
41+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
4242
with:
4343
python-version: "3.11"
4444

0 commit comments

Comments
 (0)