File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-24.04
2121 needs : check-requirements
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 - name : Parse API Version
2525 run : echo "API_VERSION=$(echo $GITHUB_REF | awk -F '/' '{print $NF}' | cut -c 2-)" >> $GITHUB_ENV
2626 - name : Docker Login
4343 name : Update Readme
4444 runs-on : ubuntu-24.04
4545 steps :
46- - uses : actions/checkout@v4
46+ - uses : actions/checkout@v5
4747 - name : Update Docker Hub Description
4848 uses : peter-evans/dockerhub-description@v4
4949 env :
Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ jobs:
1313 name : Test Image
1414 runs-on : ubuntu-24.04
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - name : Build Image
1818 run : docker build -t steamcmd/api:latest .
1919
2020 python-lint :
2121 name : Python Lint
2222 runs-on : ubuntu-24.04
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 - uses : jpetrucciani/ruff-check@main
2626 with :
2727 path : ' src/'
You can’t perform that action at this time.
0 commit comments