Skip to content

Commit d4f395b

Browse files
committed
Pinned ubuntu to 24.04, bumped actions/checkout to 6.0.2
1 parent 8d4e337 commit d4f395b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint-on-push-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ jobs:
55

66
eslint:
77
name: ESLint
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-24.04
99
permissions:
1010
contents: read
1111

1212
steps:
1313

1414
- name: Checkout repository code
15-
uses: actions/checkout@v6.0.1
15+
uses: actions/checkout@v6.0.2
1616

1717
- name: Set up Node.js
1818
uses: actions/setup-node@v6.3.0

0 commit comments

Comments
 (0)