From 0369322103e655135af624319b626b21d3ec85c4 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 27 Aug 2024 14:14:34 -0700 Subject: [PATCH] Bump versions of some GitHub Actions --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e537676..b743e6a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,9 +6,9 @@ jobs: test: runs-on: macos-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Configure Node caching - uses: actions/cache@v2 + uses: actions/cache@v4 env: cache-name: cache-node-modules with: @@ -18,7 +18,7 @@ jobs: ${{ runner.os }}-build-${{ env.cache-name }}- ${{ runner.os }}-build- ${{ runner.os }}- - - uses: actions/cache@v2 + - uses: actions/cache@v4 name: Configure pip caching with: path: ~/.cache/pip @@ -63,7 +63,7 @@ jobs: echo "More information: https://datasette.io" > dist/mac/README.txt - name: Upload artifact if: github.ref == 'refs/heads/main' - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: Datasette-macOS path: |