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 3535
3636 steps :
3737 - name : Checkout repository
38- uses : actions/checkout@v5
38+ uses : actions/checkout@v6
3939
4040 # Initializes the CodeQL tools for scanning.
4141 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v5
15+ uses : actions/checkout@v6
1616 - name : FTP Deployer
1717 uses : sand4rt/ftp-deployer@v1.8
1818 with :
Original file line number Diff line number Diff line change 1010 name : Run pre-commit # https://pre-commit.com/
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 - uses : actions/setup-python@v6 # https://www.python.org/
1515 with :
1616 python-version : ' 3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout Code
17- uses : actions/checkout@v5
17+ uses : actions/checkout@v6
1818 with :
1919 # Full git history is needed to get a proper list of changed files within `super-linter`
2020 fetch-depth : 0
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 name : 🤓 😎 John
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 - name : 🚀 Publish
1616 uses : cloudflare/wrangler-action@v3.14.1
1717 with :
You can’t perform that action at this time.
0 commit comments