File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1919 contents : read
2020 steps :
2121 - name : Check out the repo
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323 with :
2424 fetch-depth : ' 0'
2525
Original file line number Diff line number Diff line change 2727 id-token : write
2828 steps :
2929 - name : Check out the repo
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131
3232 - name : Log in to Docker Hub
3333 uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
Original file line number Diff line number Diff line change 1717 timeout-minutes : 15
1818 steps :
1919 - name : Check out repository code
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121 - name : Setup Python
2222 uses : actions/setup-python@v5
2323 with :
4141 runs-on : ubuntu-latest
4242 steps :
4343 - name : Check out repository code
44- uses : actions/checkout@v4
44+ uses : actions/checkout@v5
4545 - name : Lint Dockerfile with hadolint
4646 uses : hadolint/hadolint-action@v3.1.0
4747 with :
5353 runs-on : ubuntu-latest
5454 steps :
5555 - name : Checkout Repository
56- uses : actions/checkout@v4
56+ uses : actions/checkout@v5
5757 - name : Install jq
5858 run : sudo apt-get install -y jq
5959 - name : Lint JSON Files
You can’t perform that action at this time.
0 commit comments