From 7b55b8ba866e69e1a330fba02ccd32cd7b3155d1 Mon Sep 17 00:00:00 2001 From: Wayne Warthen Date: Tue, 8 Nov 2022 16:16:19 -0800 Subject: [PATCH] Update commit.yml Use "latest" version of all actions. --- .github/workflows/commit.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 35b049ee..e9fdcd3c 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -14,9 +14,9 @@ jobs: runs-on: ubuntu-latest steps: - - uses: rlespinasse/github-slug-action@v3.x + - uses: rlespinasse/github-slug-action@latest - - uses: actions/checkout@v2 + - uses: actions/checkout@latest - name: Build run: | @@ -33,7 +33,7 @@ jobs: find -type f -exec md5sum '{}' \; - name: Upload Artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@latest with: name: RomWBW_Linux-${{env.GITHUB_REF_SLUG}}-${{env.GITHUB_SHA_SHORT}} path: . @@ -56,7 +56,7 @@ jobs: runs-on: macos-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@latest - name: Build run: | @@ -72,7 +72,7 @@ jobs: find . -type f -exec md5 -r -- '{}' +; - name: Upload Artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@latest with: name: RomWBW_MacOS path: .