File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v3
1717 - name : Build the Docker image
1818 run : docker build . --file Dockerfile --tag crawler:"$(date +%s)"
Original file line number Diff line number Diff line change 3030 # Checkout the code base #
3131 # #########################
3232 - name : Checkout Code
33- uses : actions/checkout@v2.3.4
33+ uses : actions/checkout@v3
3434 with :
3535 # Full git history is needed to get a proper list of changed files within `super-linter`
3636 fetch-depth : 0
Original file line number Diff line number Diff line change 1818 python-version : [3.9, 3.11]
1919
2020 steps :
21- - uses : actions/checkout@v2
21+ - uses : actions/checkout@v3
2222 - name : Set up Python ${{ matrix.python-version }}
2323 uses : actions/setup-python@v2
2424 with :
You can’t perform that action at this time.
0 commit comments