Skip to content

Commit

Permalink
build(ci): update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanleo committed Jul 28, 2024
1 parent c6fb95a commit 955247d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/
Expand Down

0 comments on commit 955247d

Please sign in to comment.