From 955247db40d52c163a0ebc3b31822588382a929c Mon Sep 17 00:00:00 2001 From: Duncan Leo Date: Mon, 29 Jul 2024 00:24:43 +0800 Subject: [PATCH] build(ci): update actions --- .github/workflows/build-docker-image.yml | 2 +- .github/workflows/test-run.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index 18003e9..b37ed8c 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build Docker image run: docker build --tag ghcr.io/undertideco/nebulo-scraper:latest --label "runnumber=${GITHUB_RUN_ID}" . - name: Log in to registry diff --git a/.github/workflows/test-run.yml b/.github/workflows/test-run.yml index 8a50b45..d102e97 100644 --- a/.github/workflows/test-run.yml +++ b/.github/workflows/test-run.yml @@ -9,10 +9,10 @@ jobs: test-run: runs-on: 'ubuntu-latest' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: 'master' - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 16.x - run: yarn install @@ -24,7 +24,7 @@ jobs: MOENV_API_KEY: ${{ secrets.MOENV_API_KEY }} GOOGLE_GEOCODING_API_KEY: ${{ secrets.GOOGLE_GEOCODING_API_KEY }} REDIS_URL: redis://localhost:6379 - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: output path: output/