Skip to content

Commit

Permalink
chore(template): sync with ahmadnassri/template-node-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Nassri committed Jul 28, 2022
1 parent f631c9b commit b090006
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull_request_target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
repository: ${{ steps.metadata.outputs.repository }}

steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3.0.2

- uses: ahmadnassri/action-metadata@v1
id: metadata
Expand All @@ -37,7 +37,7 @@ jobs:

steps:
- id: dependabot
uses: dependabot/fetch-metadata@v1.1.1
uses: dependabot/fetch-metadata@v1.3.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
if: ${{ fromJSON(needs.metadata.outputs.repository).is_template }}

steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3.0.2
with:
ref: ${{ github.event.pull_request.head.ref }}
- uses: ahmadnassri/[email protected]
Expand Down

0 comments on commit b090006

Please sign in to comment.