We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e6a522 commit 5b338c7Copy full SHA for 5b338c7
.github/workflows/changelog.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
Check-Changelog:
9
name: Check Changelog Action
10
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
11
steps:
12
- uses: tarides/changelog-check-action@v2
13
with:
.github/workflows/rust.yml
@@ -18,7 +18,7 @@ env:
18
19
build:
20
21
22
23
- uses: actions/checkout@v4
24
0 commit comments