Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading