File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ jobs:
1515 with :
1616 version : 30.1
1717 - name : ' Install scripts'
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919 with :
2020 repository : emacscollective/workflows
2121 ref : ${{ inputs.workflow_ref }}
2222 path : _scripts
2323 persist-credentials : false
2424 - name : ' Checkout ${{ github.repository }}'
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v5
2626 with :
2727 path : ${{ env.pwd }}
2828 persist-credentials : false
@@ -73,14 +73,14 @@ jobs:
7373 with :
7474 version : ${{ matrix.emacs }}
7575 - name : ' Checkout scripts'
76- uses : actions/checkout@v4
76+ uses : actions/checkout@v5
7777 with :
7878 repository : emacscollective/workflows
7979 ref : ${{ inputs.workflow_ref }}
8080 path : _scripts
8181 persist-credentials : false
8282 - name : ' Checkout ${{ github.repository }}'
83- uses : actions/checkout@v4
83+ uses : actions/checkout@v5
8484 with :
8585 path : ${{ env.pwd }}
8686 persist-credentials : false
You can’t perform that action at this time.
0 commit comments