From 2d4494a883f398e83b6b9e1bea05daa4ccf77b69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Serhat=20G=C3=BCl=C3=A7i=C3=A7ek?= Date: Tue, 7 Jan 2025 14:09:28 +0100 Subject: [PATCH] [github-actions] Update to v1.2 and also update actions/checkout to v4 --- .../on-pull_request-opened-synchronize-reopened.yml | 6 +++--- .github/workflows/on-push.yml | 6 +++--- .github/workflows/on-release-published.yml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/on-pull_request-opened-synchronize-reopened.yml b/.github/workflows/on-pull_request-opened-synchronize-reopened.yml index a5700f1..be1d462 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 }} diff --git a/.github/workflows/on-push.yml b/.github/workflows/on-push.yml index c8fbf25..917a4df 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 0cfade0..7cae968 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 }}