diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f313093..cc5b43d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Rust uses: actions-rs/toolchain@v1 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 011c172..dcb7efe 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Create release run: gh release create "${{ github.ref_name }}" --draft --generate-notes --title "Version ${{ github.ref_name }}" --latest @@ -47,7 +47,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Rust uses: actions-rs/toolchain@v1 @@ -93,7 +93,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Publish release run: gh release edit "${{ github.ref_name }}" --draft=false @@ -107,7 +107,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Login to DockerHub uses: docker/login-action@v2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c697fda..e2369af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Write version run: |