Skip to content

Commit e36991e

Browse files
build(deps): bump actions/checkout from 5 to 6 (#3327)
1 parent 6c90fa6 commit e36991e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docker-images.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
packages: read
3838
runs-on: ubuntu-latest
3939
steps:
40-
- uses: actions/checkout@v5
40+
- uses: actions/checkout@v6
4141
with:
4242
fetch-depth: 1
4343
- name: Install Task
@@ -62,7 +62,7 @@ jobs:
6262
contents: read
6363
runs-on: ubuntu-latest
6464
steps:
65-
- uses: actions/checkout@v5
65+
- uses: actions/checkout@v6
6666
with:
6767
fetch-depth: 1
6868
- name: Install Task

.github/workflows/validate.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
TOX_EXTRA_COMMAND: "- black --check --diff ./rdflib"
6161
TOXENV_SUFFIX: "-lxml"
6262
steps:
63-
- uses: actions/checkout@v5
63+
- uses: actions/checkout@v6
6464
- name: Cache XDG_CACHE_HOME
6565
uses: actions/cache@v4
6666
with:
@@ -127,7 +127,7 @@ jobs:
127127
- task: "gha:lint"
128128
python-version: 3.9
129129
steps:
130-
- uses: actions/checkout@v5
130+
- uses: actions/checkout@v6
131131
- name: Cache XDG_CACHE_HOME
132132
uses: actions/cache@v4
133133
with:

0 commit comments

Comments
 (0)