File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ permissions: write-all
1010
1111jobs :
1212 ghcr :
13- runs-on : " ubuntu-20.04" # https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on
13+ runs-on : " ubuntu-20.04" # https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on
1414
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v4
1717
1818 - name : Run an action
1919 uses : ./
4242 runs-on : " ubuntu-20.04" # https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on
4343
4444 steps :
45- - uses : actions/checkout@v3
45+ - uses : actions/checkout@v4
4646
4747 - name : Run an action
4848 uses : ./
6464 runs-on : " ubuntu-20.04" # https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on
6565
6666 steps :
67- - uses : actions/checkout@v3
67+ - uses : actions/checkout@v4
6868
6969 - name : Run an action
7070 uses : ./
You can’t perform that action at this time.
0 commit comments