diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c33dd7f..fa542ee 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -6,7 +6,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Corepack enable shell: bash diff --git a/.github/workflows/ts.yml b/.github/workflows/ts.yml index 89c2923..12e3184 100644 --- a/.github/workflows/ts.yml +++ b/.github/workflows/ts.yml @@ -14,7 +14,7 @@ jobs: name: "Linting" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Corepack enable shell: bash @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Corepack enable shell: bash @@ -56,7 +56,7 @@ jobs: name: "Tests" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Corepack enable shell: bash