diff --git a/.github/workflows/release_nightly.yml b/.github/workflows/release_nightly.yml index 34689ad87..c7851a42c 100644 --- a/.github/workflows/release_nightly.yml +++ b/.github/workflows/release_nightly.yml @@ -39,13 +39,13 @@ jobs: echo "is_active=$is_active" >> $GITHUB_OUTPUT - name: Get current time with dashes - uses: 1466587594/get-current-time@v2.0.2 + uses: 1466587594/get-current-time@v2.1.1 id: current_time_dashes with: format: YYYY-MM-DD - name: Get current time with underscores - uses: 1466587594/get-current-time@v2.0.2 + uses: 1466587594/get-current-time@v2.1.1 id: current_time_underscores with: format: YYYY_MM_DD @@ -510,13 +510,13 @@ jobs: - uses: actions/checkout@v3 - name: Get current time with dashes - uses: 1466587594/get-current-time@v2.0.2 + uses: 1466587594/get-current-time@v2.1.1 id: current_time_dashes with: format: YYYY-MM-DD - name: Get current time with dots - uses: 1466587594/get-current-time@v2.0.2 + uses: 1466587594/get-current-time@v2.1.1 id: current_time_dots with: format: YYYY.MM.DD @@ -525,7 +525,7 @@ jobs: run: sed -e "s/@VERSION@/${{ steps.current_time_dots.outputs.formattedTime }}/" -i ./PKGBUILD - name: Publish AUR package - uses: KSXGitHub/github-actions-deploy-aur@v2.6.0 + uses: KSXGitHub/github-actions-deploy-aur@v2.7.0 with: pkgname: ruffle-nightly-bin pkgbuild: ./PKGBUILD