Skip to content

Commit 8f7d152

Browse files
Bump actions/checkout from 5 to 6
1 parent 7120c32 commit 8f7d152

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v5
29+
uses: actions/checkout@v6
3030

3131
- name: Setup Meson/Ninja
3232
if: matrix.build_system == 'meson'
@@ -127,7 +127,7 @@ jobs:
127127
contents: write
128128
steps:
129129
- name: Checkout
130-
uses: actions/checkout@v5
130+
uses: actions/checkout@v6
131131

132132
- name: Verify tag is on master
133133
run: |

0 commit comments

Comments
 (0)