Skip to content

Commit 87e4e7b

Browse files
Bump actions/checkout from 6 to 7
1 parent cc3a003 commit 87e4e7b

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
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v6
26+
uses: actions/checkout@v7
2727

2828
- name: Setup Meson/Ninja
2929
if: matrix.build_system == 'meson'
@@ -95,7 +95,7 @@ jobs:
9595
contents: write
9696
steps:
9797
- name: Checkout
98-
uses: actions/checkout@v6
98+
uses: actions/checkout@v7
9999

100100
- name: Verify tag is on master
101101
run: |

0 commit comments

Comments
 (0)