diff options
Diffstat (limited to '.github/workflows/c-std.yml')
| -rw-r--r-- | .github/workflows/c-std.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/c-std.yml b/.github/workflows/c-std.yml index 3256fc85..c6380bbf 100644 --- a/.github/workflows/c-std.yml +++ b/.github/workflows/c-std.yml | |||
| @@ -116,7 +116,7 @@ jobs: | |||
| 116 | steps: | 116 | steps: |
| 117 | 117 | ||
| 118 | - name: Checkout repository | 118 | - name: Checkout repository |
| 119 | uses: actions/checkout@v4 | 119 | uses: actions/checkout@v6 |
| 120 | with: | 120 | with: |
| 121 | show-progress: 'false' | 121 | show-progress: 'false' |
| 122 | 122 | ||
| @@ -240,7 +240,7 @@ jobs: | |||
| 240 | steps: | 240 | steps: |
| 241 | 241 | ||
| 242 | - name: Checkout repository | 242 | - name: Checkout repository |
| 243 | uses: actions/checkout@v4 | 243 | uses: actions/checkout@v6 |
| 244 | with: | 244 | with: |
| 245 | show-progress: 'false' | 245 | show-progress: 'false' |
| 246 | 246 | ||
