We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83eb0d3 + 1c047d5 commit 417b718Copy full SHA for 417b718
.github/workflows/deploy_mkdocs.yml
@@ -22,10 +22,10 @@ jobs:
22
runs-on: ubuntu-latest
23
steps:
24
- name: Checkout main
25
- uses: actions/checkout@v3
+ uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
26
27
- name: Checkout eoapi-k8s docs
28
29
with:
30
repository: developmentseed/eoapi-k8s
31
path: eoapi-k8s-temp
@@ -70,7 +70,7 @@ jobs:
70
rm -rf eoapi-k8s-temp
71
72
- name: Set up Python 3.8
73
- uses: actions/setup-python@v4
+ uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4
74
75
python-version: 3.8
76
0 commit comments