diff --git a/.github/workflows/autodoc.yaml b/.github/workflows/autodoc.yaml index b8d3e2a..3247325 100644 --- a/.github/workflows/autodoc.yaml +++ b/.github/workflows/autodoc.yaml @@ -21,7 +21,7 @@ jobs: python-version: 3.11 - name: Checkout - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 with: ref: ${{ github.head_ref }} fetch-depth: 0 diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 998648c..22f95b9 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -56,7 +56,7 @@ jobs: workflow_tag: ${{ steps.workflow_tag.outputs.workflow_tag }} steps: - name: Checkout - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 - name: Get workflow ref id: workflow_tag shell: bash @@ -76,11 +76,11 @@ jobs: if: inputs.lint-enabled steps: - name: Checkout - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 with: fetch-depth: 0 - name: Checkout workflow - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 with: repository: nrkno/github-workflow-semantic-release ref: ${{ needs.setup.outputs.workflow_tag }} @@ -164,11 +164,11 @@ jobs: if: inputs.release-enabled && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main') steps: - name: Checkout - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 with: fetch-depth: 0 - name: Checkout workflow - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 with: repository: nrkno/github-workflow-semantic-release ref: ${{ needs.setup.outputs.workflow_tag }}