From 2d0f46089d5d90c7ff7c9e42baf5e60026076536 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 13 Aug 2023 00:35:59 +0000 Subject: [PATCH] Update GitHub Action Versions --- .github/workflows/main.yml | 2 +- .github/workflows/workflow_updater.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a978039..ee82791 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: ${{ runner.os }}-pip- - name: Set up Python - uses: actions/setup-python@v4.6.1 + uses: actions/setup-python@v4.7.0 with: python-version: 3.9 diff --git a/.github/workflows/workflow_updater.yml b/.github/workflows/workflow_updater.yml index 35d8f36..8be8cff 100644 --- a/.github/workflows/workflow_updater.yml +++ b/.github/workflows/workflow_updater.yml @@ -18,7 +18,7 @@ jobs: token: ${{ secrets.WORKFLOW_SECRET }} - 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.WORKFLOW_SECRET }} \ No newline at end of file