From 2d2561c8e6c025f0fe8b5bd56ea261feb86cb2fc Mon Sep 17 00:00:00 2001 From: Juga Paazmaya Date: Fri, 7 Jul 2023 16:42:44 +0300 Subject: [PATCH] Update GitHub Actions tool versions and keep them consistent --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 89927c9e..9f03c6b7 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - id: get-branch-name run: echo "::set-output name=branch_name::$(git symbolic-ref --short HEAD)"