File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments