From a305320b4cef83ea71fb076e223ce3d11a6a68e5 Mon Sep 17 00:00:00 2001 From: Srikanth L Date: Thu, 27 Apr 2023 03:02:31 +0530 Subject: [PATCH] Update GitHub Action Versions (#5) Co-authored-by: github-actions[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8240515..cc2ad40 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.5.0 + uses: actions/setup-python@v4.6.0 with: python-version: 3.9