File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 build :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v6.0.1
20- - uses : actions/setup-java@v5.1 .0
19+ - uses : actions/checkout@v6.0.2
20+ - uses : actions/setup-java@v5.2 .0
2121 with :
2222 distribution : ' temurin'
2323 java-version : ${{ env.JAVA_VERSION }}
@@ -102,8 +102,8 @@ jobs:
102102 runs-on : ${{ matrix.runs_on }}
103103
104104 steps :
105- - uses : actions/checkout@v6.0.1
106- - uses : actions/setup-java@v5.1 .0
105+ - uses : actions/checkout@v6.0.2
106+ - uses : actions/setup-java@v5.2 .0
107107 with :
108108 distribution : ' temurin'
109109 cache : ' maven'
Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : Checkout repository
24- uses : actions/checkout@v6.0.1
24+ uses : actions/checkout@v6.0.2
2525 with :
2626 fetch-depth : 0
2727
5050 ls -al "$RELEASE_ASSETS_DIR"
5151
5252 - name : Set up Python
53- uses : actions/setup-python@v6.1 .0
53+ uses : actions/setup-python@v6.2 .0
5454 with :
5555 python-version : ' 3.x'
5656
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v6.0.1
14+ - uses : actions/checkout@v6.0.2
1515 with :
1616 # [Required] Access token with `workflow` scope.
1717 token : ${{ secrets.WORKFLOW_SECRET }}
You can’t perform that action at this time.
0 commit comments