File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
2525 # Steps represent a sequence of tasks that will be executed as part of the job
2626 steps :
2727 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
28- - uses : actions/checkout@v2
28+ - uses : actions/checkout@v4
2929
3030 # Setup python environment
3131 - name : Set up Python
32- uses : actions/setup-python@v2
32+ uses : actions/setup-python@v5
3333 with :
3434 python-version : ' 3.x'
3535
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout code
15- uses : actions/checkout@v2
15+ uses : actions/checkout@v4
1616 - name : Create Release
1717 id : create_release
1818 uses : actions/create-release@v1
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/stale@v7
13+ - uses : actions/stale@v9
1414 with :
1515 repo-token : ${{ secrets.GITHUB_TOKEN }}
1616 stale-issue-message : ' This issue is being nudged due to inactivity.'
You can’t perform that action at this time.
0 commit comments