From afef3b30d2adfe6461101e996f6b9069478f438e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 17 May 2023 06:51:02 +0000 Subject: [PATCH] Update GitHub Action Versions --- .github/workflows/publish.yml | 2 +- .github/workflows/schedule-update-actions.yml | 2 +- .github/workflows/semantic-pr-check.yml | 2 +- .github/workflows/template-sync.yml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5baad8e7..9d715609 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -4,7 +4,7 @@ on: jobs: publish: - uses: microsoft/action-python/.github/workflows/publish.yml@0.2.0 + uses: microsoft/action-python/.github/workflows/publish.yml@0.6.4 secrets: PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }} TEST_PYPI_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }} diff --git a/.github/workflows/schedule-update-actions.yml b/.github/workflows/schedule-update-actions.yml index dbe7b18e..f4c30b60 100644 --- a/.github/workflows/schedule-update-actions.yml +++ b/.github/workflows/schedule-update-actions.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v3.5.2 with: # [Required] Access token with `workflow` scope. token: ${{ secrets.PAT }} diff --git a/.github/workflows/semantic-pr-check.yml b/.github/workflows/semantic-pr-check.yml index a5e349f5..3a1158dc 100644 --- a/.github/workflows/semantic-pr-check.yml +++ b/.github/workflows/semantic-pr-check.yml @@ -12,6 +12,6 @@ jobs: name: Validate PR title runs-on: ubuntu-latest steps: - - uses: amannn/action-semantic-pull-request@v5 + - uses: amannn/action-semantic-pull-request@v5.2.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/template-sync.yml b/.github/workflows/template-sync.yml index 7b04a5da..49666bc5 100644 --- a/.github/workflows/template-sync.yml +++ b/.github/workflows/template-sync.yml @@ -5,8 +5,8 @@ jobs: sync: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 # important! - - uses: euphoricsystems/action-sync-template-repository@v2 + - uses: actions/checkout@v3.5.2 # important! + - uses: euphoricsystems/action-sync-template-repository@v2.5.1 with: github-token: ${{ secrets.GITHUB_TOKEN }} dry-run: true