Skip to content

Commit

Permalink
Bump versions of some GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Aug 27, 2024
1 parent fa2df5b commit 0369322
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 0369322

Please sign in to comment.