Skip to content

Commit

Permalink
Use checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Dewb committed Jan 11, 2024
1 parent d9377fd commit 37925ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: Modify plugin version
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/cache@v3
id: plugin-version-cache
with:
Expand All @@ -47,7 +47,7 @@ jobs:
matrix:
platform: [win-x64, lin-x64]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: make submodule folders safe for git operations
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
matrix:
platform: [x64, arm64]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/cache@v3
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
contents: write
needs: [build, build-mac]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: FranzDiebold/github-env-vars-action@v2
- name: Check if plugin version matches tag
run: |
Expand Down

0 comments on commit 37925ea

Please sign in to comment.