Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/template-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down