diff --git a/.github/workflows/on-pull_request-opened-synchronize-reopened.yml b/.github/workflows/on-pull_request-opened-synchronize-reopened.yml index 22df599..6ff7a0b 100644 --- a/.github/workflows/on-pull_request-opened-synchronize-reopened.yml +++ b/.github/workflows/on-pull_request-opened-synchronize-reopened.yml @@ -10,13 +10,13 @@ jobs: steps: - name: Check out github-actions repo - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: aerius/github-actions path: aerius-github-actions - ref: v1.0.2 + ref: v1.1 - - uses: aerius/github-actions/events/pull_request-event-action@v1.0.2 + - uses: aerius/github-actions/events/pull_request-event-action@v1.1 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} JDK_VERSION: 11 diff --git a/.github/workflows/on-push.yml b/.github/workflows/on-push.yml index 63f213e..3e14269 100644 --- a/.github/workflows/on-push.yml +++ b/.github/workflows/on-push.yml @@ -9,13 +9,13 @@ jobs: steps: - name: Check out github-actions repo - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: aerius/github-actions path: aerius-github-actions - ref: v1.0.2 + ref: v1.1 - - uses: aerius/github-actions/events/push-event-action@v1.0.2 + - uses: aerius/github-actions/events/push-event-action@v1.1 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} diff --git a/.github/workflows/on-release-published.yml b/.github/workflows/on-release-published.yml index 66c550d..ef1b39d 100644 --- a/.github/workflows/on-release-published.yml +++ b/.github/workflows/on-release-published.yml @@ -10,13 +10,13 @@ jobs: steps: - name: Check out github-actions repo - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: aerius/github-actions path: aerius-github-actions - ref: v1.0.2 + ref: v1.1 - - uses: aerius/github-actions/events/release-event-action@v1.0.2 + - uses: aerius/github-actions/events/release-event-action@v1.1 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}