diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 76dc202..98ff4e1 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -29,7 +29,7 @@ jobs: # Checkout the repository. - name: Checkout id: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Setup Node.js using the version specified in `.node-version`. - name: Setup Node.js diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d82044..3e09b48 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Node.js id: setup-node diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 931ea61..a9e39dc 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Node.js id: setup-node