We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e671d1 commit 4902094Copy full SHA for 4902094
2 files changed
.github/workflows/pages.yaml
@@ -22,7 +22,7 @@ jobs:
22
if: github.event.repository.fork == false
23
24
steps:
25
- - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
+ - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
26
27
- name: Install dependencies
28
run: sudo apt-get install pngquant
.github/workflows/pre-commit.yaml
@@ -9,6 +9,6 @@ jobs:
9
pre-commit:
10
runs-on: ubuntu-latest
11
12
13
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
14
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
0 commit comments