@@ -68,13 +68,13 @@ jobs:
6868 runs-on : ${{ matrix.os }}
6969 steps :
7070 - name : " Checkout repository 🛎"
71- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
71+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
7272 with :
7373 persist-credentials : false
7474
7575 - name : " Setup CI environment 🛠"
7676 # Important: make sure to update the SHA after making any changes to the set-dev-env action
77- uses : pydata/pydata-sphinx-theme/.github/actions/set-dev-env@4a1e7898d6c92dade5e489684277ab4ffd0eb053
77+ uses : pydata/pydata-sphinx-theme/.github/actions/set-dev-env@469e90895696e21b765121e952d84ea82c71410c
7878 with :
7979 python-version : ${{ matrix.python-version }}
8080 pandoc : true
@@ -120,12 +120,12 @@ jobs:
120120 pull-requests : write
121121 steps :
122122 - name : " Checkout repository 🛎"
123- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
123+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
124124 with :
125125 persist-credentials : false
126126
127127 - name : " Setup CI environment 🛠"
128- uses : pydata/pydata-sphinx-theme/.github/actions/set-dev-env@4a1e7898d6c92dade5e489684277ab4ffd0eb053
128+ uses : pydata/pydata-sphinx-theme/.github/actions/set-dev-env@469e90895696e21b765121e952d84ea82c71410c
129129 with :
130130 python-version : ${{ env.DEFAULT_PYTHON_VERSION }}
131131
@@ -158,7 +158,7 @@ jobs:
158158
159159 # seems we need to call this from the main CI workflow first
160160 - name : " Coverage comment 💬"
161- uses : py-cov-action/python-coverage-comment-action@970a227e0c16ef4589a99a9970ab0ceb8c53059a
161+ uses : py-cov-action/python-coverage-comment-action@91aaf3b39c7e2331c6bc77767ce017f5160c5f11 # 3.38.0
162162 id : coverage_comment
163163 with :
164164 GITHUB_TOKEN : ${{ github.token }}
@@ -176,12 +176,12 @@ jobs:
176176 runs-on : ubuntu-latest
177177 steps :
178178 - name : " Checkout repository 🛎"
179- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
179+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
180180 with :
181181 persist-credentials : false
182182
183183 - name : " Setup CI environment 🛠"
184- uses : pydata/pydata-sphinx-theme/.github/actions/set-dev-env@4a1e7898d6c92dade5e489684277ab4ffd0eb053
184+ uses : pydata/pydata-sphinx-theme/.github/actions/set-dev-env@469e90895696e21b765121e952d84ea82c71410c
185185 with :
186186 # 3.12 is not supported by py-spy yet
187187 python-version : " 3.11"
0 commit comments