Skip to content

Commit

Permalink
Merge pull request #40 from Staffbase/jreimone-patch-1
Browse files Browse the repository at this point in the history
⬆️ bump actions/checkout version in documentation
  • Loading branch information
jreimone authored Dec 5, 2023
2 parents 11c6a60 + e9b7e73 commit 3f58fac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ It sends a POST request against the `insertAll` [API endpoint](https://cloud.goo

## Usage

> ##### Note: this action requires [`actions/checkout@v3`](https://github.com/actions/checkout) to be run first
> ##### Note: this action requires [`actions/checkout`](https://github.com/actions/checkout) to be run first
```yaml
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Collect data
run: |
Expand Down

0 comments on commit 3f58fac

Please sign in to comment.