We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74464f1 commit 4bbc441Copy full SHA for 4bbc441
.github/workflows/format.yml
@@ -9,7 +9,7 @@ jobs:
9
10
steps:
11
- name: Checkout project
12
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
13
with:
14
ref: ${{ github.head_ref }}
15
fetch-depth: 0
.github/workflows/main.yml
@@ -37,7 +37,7 @@ jobs:
37
access_token: ${{ github.token }}
38
39
- name: Checkout Code
40
41
42
- name: Install Rust
43
run: |
@@ -70,7 +70,7 @@ jobs:
70
71
72
73
74
75
- name: Get Current Date
76
id: date
0 commit comments