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 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v3
41+ uses : actions/checkout@v4
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 2626 # Steps represent a sequence of tasks that will be executed as part of the job
2727 steps :
2828 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
29- - uses : actions/checkout@v3
29+ - uses : actions/checkout@v4
3030 - uses : actions/setup-python@v5
3131 with :
3232 python-version : ${{ matrix.python-versions }}
Original file line number Diff line number Diff line change 3232 shell : bash
3333
3434 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
35- - uses : actions/checkout@v3
35+ - uses : actions/checkout@v4
3636
3737 - name : Get Changelog Entry
3838 id : changelog_reader
You can’t perform that action at this time.
0 commit comments