From 93be5ad7c1a338549aa0710ec38a83b7fb8e4c6a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 27 Aug 2023 00:52:53 +0000 Subject: [PATCH] Update GitHub Action Versions --- .github/workflows/CI.yml | 2 +- .github/workflows/schedule-update-actions.yml | 4 ++-- .github/workflows/template-sync.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index bd8e4e2..9f74aba 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -25,7 +25,7 @@ jobs: args: -m integration runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 - name: ${{ matrix.tools }} uses: microsoft/action-python@0.7.1 with: diff --git a/.github/workflows/schedule-update-actions.yml b/.github/workflows/schedule-update-actions.yml index 3730450..0bc00aa 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.3 + - uses: actions/checkout@v3.6.0 with: # [Required] Access token with `workflow` scope. token: ${{ secrets.PAT }} - name: Run GitHub Actions Version Updater - uses: saadmk11/github-actions-version-updater@v0.8.0 + uses: saadmk11/github-actions-version-updater@v0.8.1 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 f781d1d..63f4f1e 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.3 # important! + - uses: actions/checkout@v3.6.0 # important! - uses: euphoricsystems/action-sync-template-repository@v2.5.1 with: github-token: ${{ secrets.GITHUB_TOKEN }}