diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 91590b8b..f6f11870 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -20,7 +20,7 @@ jobs: changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"docs","section":"Documentation","hidden":false}]' # checkout the code to get the latest version - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # in case a release was created, this will create or update the major and minor tags # so you can refer to `v1` or `v1.1` and get the latest version corresponding to that prefix. diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0531bbda..1ef76c7a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: setup node uses: actions/setup-node@v3