Skip to content

Commit

Permalink
[github-actions] Update to v1.2 and also update actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
SerhatG committed Jan 7, 2025
1 parent 84746e9 commit 9f72512
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

6 changes: 3 additions & 3 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/on-release-published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 9f72512

Please sign in to comment.