File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 steps :
3434 -
3535 name : 💳 Checkout
36- uses : actions/checkout@v6
36+ uses : actions/checkout@v7
3737 with :
3838 lfs : true
3939 fetch-depth : 0
4545 python-version : ' 3.13'
4646 -
4747 name : 💵 Python Cache
48- uses : actions/cache@v5
48+ uses : actions/cache@v6
4949 with :
5050 path : ~/.cache/pip
5151 # The "key" used to indicate a set of cached files is the operating system runner
Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v6
41+ uses : actions/checkout@v7
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1313 steps :
1414 -
1515 name : Checkout code
16- uses : actions/checkout@v6
16+ uses : actions/checkout@v7
1717 -
1818 name : Install necessary packages
1919 run : |
Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ jobs:
4848 steps :
4949 -
5050 name : 💳 Checkout
51- uses : actions/checkout@v6
51+ uses : actions/checkout@v7
5252 with :
5353 lfs : true
5454 token : ${{secrets.ADMIN_GITHUB_TOKEN}}
5555 fetch-depth : 0
5656 -
5757 name : 💵 Python Cache
58- uses : actions/cache@v5
58+ uses : actions/cache@v6
5959 with :
6060 path : ~/.cache/pip
6161 # The "key" used to indicate a set of cached files is the operating system runner
Original file line number Diff line number Diff line change @@ -53,14 +53,14 @@ jobs:
5353 steps :
5454 -
5555 name : 💳 Checkout
56- uses : actions/checkout@v6
56+ uses : actions/checkout@v7
5757 with :
5858 lfs : true
5959 token : ${{secrets.ADMIN_GITHUB_TOKEN}}
6060 fetch-depth : 0
6161 -
6262 name : 💵 Python Cache
63- uses : actions/cache@v5
63+ uses : actions/cache@v6
6464 with :
6565 path : ~/.cache/pip
6666 # The "key" used to indicate a set of cached files is the operating system runner
You can’t perform that action at this time.
0 commit comments