From 813a853c35bd58af512cb1f1909ece08995a2afd Mon Sep 17 00:00:00 2001 From: Dhruba Adhikari <1309805+acpmasquerade@users.noreply.github.com> Date: Tue, 18 Jun 2024 00:52:05 +0545 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c3c6fb3..ec0636b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,14 +36,13 @@ on: permissions: contents: read - jobs: deploy: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v3 + uses: actions/setup-python@v5 with: python-version: '3.6.15' - name: Install dependencies and environment