diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index 772a60d..bcc73d8 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -22,7 +22,7 @@ jobs: - name: Generate app token id: app-token if: steps.metadata.outputs.update-type == 'version-update:semver-patch' || steps.metadata.outputs.update-type == 'version-update:semver-minor' - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: app-id: ${{ secrets.DEPENDABOT_AUTOMERGE_APP_ID }} private-key: ${{ secrets.DEPENDABOT_AUTOMERGE_PRIVATE_KEY }} diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 05bbde1..69ae3a4 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -32,12 +32,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version-file: pyproject.toml @@ -51,13 +51,13 @@ jobs: - name: Setup Pages id: pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v6 - name: Build documentation run: uv run mkdocs build --clean - name: Upload artifact - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v5 with: path: site @@ -71,4 +71,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@v5 \ No newline at end of file diff --git a/.github/workflows/pr-build.yaml b/.github/workflows/pr-build.yaml index 5c46b2c..7ce4dc8 100644 --- a/.github/workflows/pr-build.yaml +++ b/.github/workflows/pr-build.yaml @@ -7,7 +7,7 @@ on: permissions: write-all jobs: build: - uses: LayeredCraft/devops-templates/.github/workflows/pr-build.yaml@v6.4 + uses: LayeredCraft/devops-templates/.github/workflows/pr-build.yaml@v10.3 with: solution: LayeredCraft.Lambda.AspNetCore.HostingExtensions.slnx hasTests: true diff --git a/.github/workflows/pr-title-check.yaml b/.github/workflows/pr-title-check.yaml index 1dbf78e..c0558fd 100644 --- a/.github/workflows/pr-title-check.yaml +++ b/.github/workflows/pr-title-check.yaml @@ -10,4 +10,4 @@ permissions: jobs: validate: - uses: LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml@v10.2 + uses: LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml@v10.3 diff --git a/.github/workflows/publish-preview.yaml b/.github/workflows/publish-preview.yaml index 1ae797f..20845f0 100644 --- a/.github/workflows/publish-preview.yaml +++ b/.github/workflows/publish-preview.yaml @@ -18,7 +18,7 @@ permissions: jobs: build: - uses: LayeredCraft/devops-templates/.github/workflows/publish-preview.yml@v10.2 + uses: LayeredCraft/devops-templates/.github/workflows/publish-preview.yml@v10.3 with: solution: LayeredCraft.Lambda.AspNetCore.HostingExtensions.slnx dotnetVersion: | @@ -35,6 +35,6 @@ jobs: id-token: write contents: read steps: - - uses: LayeredCraft/devops-templates/.github/actions/nuget-push@v10.2 + - uses: LayeredCraft/devops-templates/.github/actions/nuget-push@v10.3 with: nuget_user: ${{ secrets.NUGET_USER }} diff --git a/.github/workflows/publish-release.yaml b/.github/workflows/publish-release.yaml index a491b12..f445571 100644 --- a/.github/workflows/publish-release.yaml +++ b/.github/workflows/publish-release.yaml @@ -9,7 +9,7 @@ permissions: jobs: build: - uses: LayeredCraft/devops-templates/.github/workflows/publish-release.yml@v10.2 + uses: LayeredCraft/devops-templates/.github/workflows/publish-release.yml@v10.3 with: solution: LayeredCraft.Lambda.AspNetCore.HostingExtensions.slnx dotnetVersion: | @@ -26,6 +26,6 @@ jobs: id-token: write contents: read steps: - - uses: LayeredCraft/devops-templates/.github/actions/nuget-push@v10.2 + - uses: LayeredCraft/devops-templates/.github/actions/nuget-push@v10.3 with: nuget_user: ${{ secrets.NUGET_USER }} diff --git a/.github/workflows/release-drafter.yaml b/.github/workflows/release-drafter.yaml index 57e9fe6..354db84 100644 --- a/.github/workflows/release-drafter.yaml +++ b/.github/workflows/release-drafter.yaml @@ -14,7 +14,7 @@ permissions: jobs: draft: - uses: LayeredCraft/devops-templates/.github/workflows/release-drafter.yml@v10.2 + uses: LayeredCraft/devops-templates/.github/workflows/release-drafter.yml@v10.3 with: event_name: ${{ github.event_name }} pr_draft: ${{ github.event.pull_request.draft == true }}