Skip to content

Commit 270eaca

Browse files
authored
Pin and bump action versions (#238)
1 parent 8b8ed9d commit 270eaca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4
9+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1010
- name: Set up Python
11-
uses: actions/setup-python@v5
11+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
1212
with:
1313
python-version: '3.11'
1414
- name: Upgrade python tooling

0 commit comments

Comments
 (0)