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 @@ -19,11 +19,11 @@ jobs:
1919 fail-fast : false
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323 with :
2424 path : porousMicroTransport
2525 - name : Check out reagency
26- uses : actions/checkout@v5
26+ uses : actions/checkout@v6
2727 with :
2828 repository : gerlero/reagency
2929 path : reagency
5050 runs-on : ubuntu-latest
5151 steps :
5252 - name : Checkout
53- uses : actions/checkout@v5
53+ uses : actions/checkout@v6
5454 - name : Lint with Ruff
5555 uses : chartboost/ruff-action@v1
5656 - name : Format with Ruff
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v5
17+ uses : actions/checkout@v6
1818 - name : Update Docker Hub description
1919 uses : peter-evans/dockerhub-description@v5
2020 with :
You can’t perform that action at this time.
0 commit comments