File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414 python-version : ['3.10', '3.11', '3.12']
1515 steps :
1616 - name : Check out the repo
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818
1919 - name : Set up Python
2020 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Check out the repository
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515
1616 - name : Set up Python
1717 uses : actions/setup-python@v5
2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Check out the repository
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3333
3434 - name : Set up Python
3535 uses : actions/setup-python@v5
4747 runs-on : ubuntu-latest
4848 steps :
4949 - name : Check out the repository
50- uses : actions/checkout@v4
50+ uses : actions/checkout@v5
5151
5252 - name : Run ShellCheck
5353 uses : ludeeus/action-shellcheck@2.0.0
Original file line number Diff line number Diff line change 1818 contents : read
1919 steps :
2020 - name : Check out the repo
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222
2323 - name : Log in to the Container registry
2424 uses : docker/login-action@v3
Original file line number Diff line number Diff line change 1212
1313 steps :
1414 - name : Check out the repository
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616
1717 - name : Build container image
1818 run : docker build -t nexus_allowlist:latest .
You can’t perform that action at this time.
0 commit comments