Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
| datasource  | package          | from | to |
| ----------- | ---------------- | ---- | -- |
| github-tags | actions/checkout | v2   | v4 |


renovate bot automated dependency management
  • Loading branch information
renovate[bot] authored Dec 8, 2024
1 parent 20dad3f commit a4f56f4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.install-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
MATRIX_CONTEXT: ${{ toJson(matrix) }}
run: echo "$MATRIX_CONTEXT"
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v2-beta
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.dependabot.auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
MATRIX_CONTEXT: ${{ toJson(matrix) }}
run: echo "$MATRIX_CONTEXT"
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Auto-merge minor dependabot pull requests
uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.artifacts.node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
node: [ '14' ]
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v2-beta
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.dry-run.node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
node: [ '14' ]
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v2-beta
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.preview-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
MATRIX_CONTEXT: ${{ toJson(matrix) }}
run: echo "$MATRIX_CONTEXT"
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Fetch tags
run: |
git fetch --prune --unshallow --tags
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
MATRIX_CONTEXT: ${{ toJson(matrix) }}
run: echo "$MATRIX_CONTEXT"
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Fetch tags
run: |
git fetch --prune --unshallow --tags
Expand Down

0 comments on commit a4f56f4

Please sign in to comment.