diff --git a/.github/workflows/publishBranchToSteam.yml b/.github/workflows/publishBranchToSteam.yml index a3b2e4043d..cc8e01368d 100644 --- a/.github/workflows/publishBranchToSteam.yml +++ b/.github/workflows/publishBranchToSteam.yml @@ -10,7 +10,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout the code - uses: actions/checkout@v2 + uses: actions/checkout@v3.3.0 - name: Increment version locally run: chmod +x ./tools/incrementVersion.js && @@ -37,7 +37,7 @@ jobs: path: A3A - name: Publish to Steam Workshop - uses: arma-actions/workshop-upload@v1 + uses: arma-actions/workshop-upload@v1.0.2 with: appId: '107410' # default itemId: ${{ secrets.WORKSHOPID }} # https://steamcommunity.com/sharedfiles/filedetails/?id=[...]]