Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 52d3a2c

Browse files
chore(deps): update actions/checkout action to v3 (#333)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | major | `v2` -> `v3` | --- ### Release Notes <details> <summary>actions/checkout</summary> ### [`v3`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v302) [Compare Source](https://togithub.com/actions/checkout/compare/v2...v3) - [Add input `set-safe-directory`](https://togithub.com/actions/checkout/pull/770) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/netlify/functions). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNTQuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE1NC40In0=--> Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent a7fc764 commit 52d3a2c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/fossa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v3
1919
- name: Download fossa cli
2020
run: |-
2121
mkdir -p $HOME/.local/bin

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
prerelease:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v2
1313
with:
1414
node-version: '*'

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
release-type: node
2020
package-name: '@netlify/functions'
2121
bump-minor-pre-major: true
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v3
2323
if: ${{ steps.release.outputs.release_created }}
2424
- uses: actions/setup-node@v2
2525
with:

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fail-fast: false
2323
steps:
2424
- name: Git checkout
25-
uses: actions/checkout@v2
25+
uses: actions/checkout@v3
2626
- name: Node.js ${{ matrix.node-version }}
2727
uses: actions/setup-node@v2
2828
with:

0 commit comments

Comments
 (0)