diff --git a/.github/workflows/ci-debug-builds.yml b/.github/workflows/ci-debug-builds.yml index 64cabd6..f56c222 100644 --- a/.github/workflows/ci-debug-builds.yml +++ b/.github/workflows/ci-debug-builds.yml @@ -29,7 +29,7 @@ jobs: - armv7-unknown-linux-musleabi - armv7-unknown-linux-musleabihf steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Cache Rust assets id: rust-cache uses: Swatinem/rust-cache@v2 diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 72b73e3..81076a7 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -10,6 +10,6 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout Repository' - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: 'Dependency Review' uses: actions/dependency-review-action@v4 diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 2fdc1dd..1f7a035 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -9,7 +9,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/first-interaction@v1 + - uses: actions/first-interaction@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue-message: "Welcome to the `scrob` project! Please make sure to read the Code of Conduct in the meantime, and we will respond when we can."