diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 2f10513..2086a08 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 // Needed to fetch all history and tags @@ -65,7 +65,7 @@ jobs: needs: upload-index-data steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Download artifact uses: actions/download-artifact@v4 diff --git a/.github/workflows/template-module.yml b/.github/workflows/template-module.yml index 8b1cf29..a9bb9b5 100644 --- a/.github/workflows/template-module.yml +++ b/.github/workflows/template-module.yml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Run Bicep linter run: az bicep build --file ${{ inputs.module_file_path }} @@ -65,7 +65,7 @@ jobs: needs: [lint] steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Sign in to Azure uses: azure/login@v2