Skip to content

Commit

Permalink
Merge pull request #121 from danielemery/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v4.2.2
  • Loading branch information
danielemery authored Dec 18, 2024
2 parents e5b0794 + 43683a7 commit 21a70af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].2

- name: Configure node
uses: actions/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].2

- name: Configure node
uses: actions/[email protected]
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
prefix: 'v'

- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].2

- name: Download build artifacts with sourcemaps
uses: actions/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].2

- name: Configure node
uses: actions/[email protected]
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].2

- name: Configure node
uses: actions/[email protected]
Expand Down

0 comments on commit 21a70af

Please sign in to comment.