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

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:12:26 +05:30
committed by GitHub
parent ea78bc31a3
commit b295bffc8f
5 changed files with 5 additions and 5 deletions

View File

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