From 0c4d6de35d751ba8c1fb74d080f904b419c1be5a Mon Sep 17 00:00:00 2001 From: Twarit Verma Date: Tue, 10 Sep 2024 16:57:27 +0530 Subject: [PATCH] updated github action versions --- .github/workflows/pull_request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 64474ee..58f8680 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -10,10 +10,10 @@ jobs: steps: - name: Check out repository code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Python environment - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 - name: Install Dependencies run: pip install requests