From 43d2b74432337c898c9dd35fcd91116ebb7513bf Mon Sep 17 00:00:00 2001 From: Srikanth L Date: Wed, 12 Jul 2023 11:24:56 +0530 Subject: [PATCH] Update GitHub Action Versions (#11) Co-authored-by: github-actions[bot] --- .github/workflows/main.yml | 4 ++-- .github/workflows/workflow_updater.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cc2ad40..a978039 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v3.5.3 - uses: actions/cache@v3.3.1 with: path: ~/.cache/pip @@ -24,7 +24,7 @@ jobs: ${{ runner.os }}-pip- - name: Set up Python - uses: actions/setup-python@v4.6.0 + uses: actions/setup-python@v4.6.1 with: python-version: 3.9 diff --git a/.github/workflows/workflow_updater.yml b/.github/workflows/workflow_updater.yml index 20a4794..35d8f36 100644 --- a/.github/workflows/workflow_updater.yml +++ b/.github/workflows/workflow_updater.yml @@ -12,7 +12,7 @@ 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.WORKFLOW_SECRET }}