File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout current repository
20- uses : actions/checkout@v5
20+ uses : actions/checkout@v6
2121 with :
2222 persist-credentials : false
2323 - name : Use Node.js ${{ env.NODE_VERSION }}
Original file line number Diff line number Diff line change 3131 runs-on : ubuntu-latest
3232 steps :
3333 - name : Checkout current repository
34- uses : actions/checkout@v5
34+ uses : actions/checkout@v6
3535 with :
3636 persist-credentials : false
3737 - name : Use Node.js ${{ env.NODE_VERSION }}
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout repository
20- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2121
2222 - name : Set up Packer
2323 uses : hashicorp/setup-packer@1aa358be5cf73883762b302a3a03abd66e75b232 # v3.1.0
Original file line number Diff line number Diff line change 88 Python :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v5
11+ - uses : actions/checkout@v6
1212 - name : Set up Python 3.9
1313 uses : actions/setup-python@v6
1414 with :
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717
1818 steps :
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v6
2020 - name : ShellCheck
21212222 with :
You can’t perform that action at this time.
0 commit comments