Skip to content

Commit

Permalink
Remove warnings for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjoosten committed Jan 1, 2025
1 parent d0e610c commit 81b21c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ on:

jobs:
build:
name: Build on ubuntu-latest 🏗 🧪
runs-on: ubuntu-latest
name: Build on ubuntu-24.04 🏗 🧪
runs-on: ubuntu-24.04
steps:
-
name: Checkout project contents 📡
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: install npm
run: npm install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
name: Deploy Extension
jobs:
deploy:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: npm install
run: npm install
Expand Down

0 comments on commit 81b21c2

Please sign in to comment.