diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2fa981c..2ed333e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Install dependencies run: | python3 -m pip install --break-system-packages -q yamllint diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 53df8a9c..e8061cce 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -42,13 +42,13 @@ jobs: fi shell: bash - name: Clone source repository on the previously computed branch - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: repository: multiphenics/multiphenicsx ref: ${{ steps.source_branch.outputs.branch }} fetch-depth: 0 - name: Clone website repository on current branch - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: 0 path: _website @@ -118,11 +118,11 @@ jobs: needs: [convert_notebooks] steps: - name: Clone website repository on current branch - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: 0 - name: Clone website repository on gh-pages branch - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: ref: gh-pages fetch-depth: 0