diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e78e4b1d..9b615b4d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: racket-variant: ["CS"] enable-contracts: [true, false] steps: - - uses: actions/checkout@v4.2.2 + - uses: actions/checkout@v6.0.0 - uses: Bogdanp/setup-racket@v1.13 with: architecture: x64 diff --git a/.github/workflows/resyntax-analyze.yml b/.github/workflows/resyntax-analyze.yml index 673a44f3f..b9d635140 100644 --- a/.github/workflows/resyntax-analyze.yml +++ b/.github/workflows/resyntax-analyze.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.0 # See https://github.com/actions/checkout/issues/118. with: fetch-depth: 0 diff --git a/.github/workflows/resyntax-autofixer.yml b/.github/workflows/resyntax-autofixer.yml index 52d71a78d..8ab813956 100644 --- a/.github/workflows/resyntax-autofixer.yml +++ b/.github/workflows/resyntax-autofixer.yml @@ -15,7 +15,7 @@ jobs: contents: write steps: - name: Checkout code - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.0 - name: Install Racket uses: Bogdanp/setup-racket@v1.13 with: diff --git a/.github/workflows/resyntax-submit-review.yml b/.github/workflows/resyntax-submit-review.yml index 2366c9b73..f83565fcf 100644 --- a/.github/workflows/resyntax-submit-review.yml +++ b/.github/workflows/resyntax-submit-review.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.0 - name: Download Resyntax analysis # This uses a github script instead of the download-artifact action because # that action doesn't work for artifacts uploaded by other workflows. See