Skip to content

Commit 7606b6c

Browse files
chore(deps): update actions/checkout digest to 44c2b7a
1 parent 1ba2942 commit 7606b6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
14+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
1515
- name: Setup Python
1616
uses: actions/setup-python@v4
1717
with:

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818

1919
steps:
20-
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
20+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
2121
- name: Set up Python 3.10
2222
uses: actions/setup-python@v4
2323
with:

0 commit comments

Comments
 (0)