diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7b588a5..634dbbb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ jobs: build: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set Node.js 20.x uses: actions/setup-node@v4 with: @@ -31,7 +31,7 @@ jobs: name: "Build and release action" needs: [build] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 persist-credentials: true diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index 8a62aa6..7a10a2e 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -9,7 +9,7 @@ jobs: hello: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: ./ id: check with: @@ -20,7 +20,7 @@ jobs: eyes: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: ./ id: check with: @@ -34,7 +34,7 @@ jobs: rocket: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: ./ id: check with: