Bump actions/checkout from 3 to 4 (#77)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-12-16 21:03:03 +05:30
committed by GitHub
parent 38dd960764
commit c5c7e7314b
4 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ jobs:
runs-on: [ default ]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Log Build Metadata
run: |
echo "Commit SHA: ${{ github.sha }}"