Skip to content

Commit

Permalink
Update github action modules
Browse files Browse the repository at this point in the history
Signed-off-by: 1gtm <[email protected]>
  • Loading branch information
1gtm committed Jan 12, 2025
1 parent 67e75bc commit 9671862
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
lint:
name: Run on Ubuntu
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Clone the code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
test-e2e:
name: Run on Ubuntu
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Clone the code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
test:
name: Run on Ubuntu
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Clone the code
uses: actions/checkout@v4
Expand Down

0 comments on commit 9671862

Please sign in to comment.