Skip to content

Commit 9260cee

Browse files
Update build.yml
1 parent ed841c1 commit 9260cee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
2020

2121
- name: Set up Python 3.11
22-
uses: actions/setup-python@v4
22+
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
2323
with:
2424
python-version: "3.11"
2525

@@ -97,4 +97,4 @@ jobs:
9797
name: test-results
9898
path: .pytest_cache
9999

100-
100+

0 commit comments

Comments
 (0)