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 Oct 19, 2023
1 parent 397c14a commit 19cc8ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

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

- uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
uses: asdf-vm/actions/setup@v1

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

- name: Install asdf-nim & test
shell: bash
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
key: cache-${{ matrix.arch }}-${{ matrix.nim-version }}

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

# Install & run tests on non-x86
- uses: uraimo/run-on-arch-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit 19cc8ba

Please sign in to comment.