Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 15, 2023
1 parent c268f9e commit faddcde
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: sudo apt-get update || exit 0

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup node
uses: actions/setup-node@v3
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
run: sudo apt-get install -y graphicsmagick

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup node
uses: actions/setup-node@v3
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:

# Checkouts
- name: Checkout (rest)
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup node
uses: actions/setup-node@v3
Expand All @@ -144,7 +144,7 @@ jobs:
# Prepare API
- name: Checkout (api)
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: opencollective/opencollective-api
path: opencollective-api
Expand Down

0 comments on commit faddcde

Please sign in to comment.