Skip to content

Commit fb3fdcb

Browse files
chore(deps): update actions/checkout action to v7 (#283)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1e36700 commit fb3fdcb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
contents: read
3333
steps:
3434
- name: Checkout diracx-charts (PR under test)
35-
uses: actions/checkout@v6
35+
uses: actions/checkout@v7
3636
with:
3737
path: diracx-charts
3838

3939
- name: Checkout diracx (docs site source)
40-
uses: actions/checkout@v6
40+
uses: actions/checkout@v7
4141
with:
4242
repository: DIRACGrid/diracx
4343
ref: main

0 commit comments

Comments
 (0)