From 2878ba29a2fa6bc501958ef99d5030e24e80d90d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 13 Aug 2023 00:08:06 +0000 Subject: [PATCH] Update GitHub Action Versions --- .github/workflows/CI.yml | 4 ++-- .github/workflows/publish.yml | 2 +- .github/workflows/schedule-update-actions.yml | 4 ++-- .github/workflows/template-sync.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index eb8ae3ed..7d3ed015 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -10,12 +10,12 @@ on: jobs: validation: - uses: microsoft/action-python/.github/workflows/validation.yml@0.6.4 + uses: microsoft/action-python/.github/workflows/validation.yml@0.7.1 with: workdir: '.' publish: - uses: microsoft/action-python/.github/workflows/publish.yml@0.6.4 + uses: microsoft/action-python/.github/workflows/publish.yml@0.7.1 secrets: PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }} TEST_PYPI_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9d715609..c459cecb 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.6.4 + uses: microsoft/action-python/.github/workflows/publish.yml@0.7.1 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 f4c30b60..37304509 100644 --- a/.github/workflows/schedule-update-actions.yml +++ b/.github/workflows/schedule-update-actions.yml @@ -12,13 +12,13 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.5.2 + - uses: actions/checkout@v3.5.3 with: # [Required] Access token with `workflow` scope. token: ${{ secrets.PAT }} - name: Run GitHub Actions Version Updater - uses: saadmk11/github-actions-version-updater@v0.7.4 + uses: saadmk11/github-actions-version-updater@v0.8.0 with: # [Required] Access token with `workflow` scope. token: ${{ secrets.PAT }} diff --git a/.github/workflows/template-sync.yml b/.github/workflows/template-sync.yml index 49666bc5..f781d1da 100644 --- a/.github/workflows/template-sync.yml +++ b/.github/workflows/template-sync.yml @@ -5,7 +5,7 @@ jobs: sync: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.5.2 # important! + - uses: actions/checkout@v3.5.3 # important! - uses: euphoricsystems/action-sync-template-repository@v2.5.1 with: github-token: ${{ secrets.GITHUB_TOKEN }}