Skip to content

Commit

Permalink
Update github workflow dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaHydrae committed Sep 11, 2024
1 parent 886b84c commit fc41681
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Checkout the repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.10.0
uses: supercharge/mongodb-github-action@1.11.0
with:
mongodb-version: 7.0

- name: Install asdf
uses: asdf-vm/actions/setup@v1
uses: asdf-vm/actions/setup@v3
with:
asdf_branch: v0.10.2
asdf_branch: v0.14.1

- name: Install Node.js with asdf
run: |
Expand Down

0 comments on commit fc41681

Please sign in to comment.