diff --git a/.github/workflows/bundle-update.yml b/.github/workflows/bundle-update.yml index 5639eb249..1c59dac0b 100644 --- a/.github/workflows/bundle-update.yml +++ b/.github/workflows/bundle-update.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Ruby uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/c-check.yml b/.github/workflows/c-check.yml index fe09e0163..6aca37ddc 100644 --- a/.github/workflows/c-check.yml +++ b/.github/workflows/c-check.yml @@ -14,7 +14,7 @@ jobs: format-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ruby/setup-ruby@v1 with: ruby-version: "4.0" diff --git a/.github/workflows/comments.yml b/.github/workflows/comments.yml index fe0439b3a..abe0a1b76 100644 --- a/.github/workflows/comments.yml +++ b/.github/workflows/comments.yml @@ -13,7 +13,7 @@ jobs: # env: # RUBY_COMMIT: v4.0.0-preview2 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ruby/setup-ruby@v1 with: ruby-version: "4.0.1" diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 54dc9ff5c..fe5d67a3e 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -17,7 +17,7 @@ jobs: uses: dependabot/fetch-metadata@25dd0e34f4fe68f24cc83900b1fe3fe149efef98 # v3.1.0 id: metadata - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Abort if blocker files are changed diff --git a/.github/workflows/jruby.yml b/.github/workflows/jruby.yml index 10dfe8b5f..c9131094f 100644 --- a/.github/workflows/jruby.yml +++ b/.github/workflows/jruby.yml @@ -31,7 +31,7 @@ jobs: name: jruby runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* # Build the .wasm and fetch the Chicory jars with CRuby + the WASI SDK, diff --git a/.github/workflows/milestone.yml b/.github/workflows/milestone.yml index 328960e1e..0a4b8697b 100644 --- a/.github/workflows/milestone.yml +++ b/.github/workflows/milestone.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Extract RBS::Version id: version diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index acb66d1e4..dd4b86da0 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -40,7 +40,7 @@ jobs: env: RANDOMIZE_STDLIB_TEST_ORDER: "true" steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} @@ -90,7 +90,7 @@ jobs: matrix: ruby: ['4.0', head] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install dependencies run: | brew install ruby-build @@ -127,7 +127,7 @@ jobs: matrix: ruby: ['4.0', head] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install dependencies run: | brew install ruby-build diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 4fc749c03..d871f1bbb 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -24,7 +24,7 @@ jobs: matrix: os: [ubuntu-latest, macos-latest, windows-latest] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* - name: Set up Ruby uses: ruby/setup-ruby@v1 @@ -62,7 +62,7 @@ jobs: runs-on: ubuntu-latest continue-on-error: true steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* - name: Set up git identity run: | @@ -104,7 +104,7 @@ jobs: runs-on: ubuntu-latest continue-on-error: true steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* - name: Set up git identity run: | @@ -145,7 +145,7 @@ jobs: name: cargo:lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* - name: Set up Ruby uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/truffleruby.yml b/.github/workflows/truffleruby.yml index 1eff68326..d58de2f58 100644 --- a/.github/workflows/truffleruby.yml +++ b/.github/workflows/truffleruby.yml @@ -24,7 +24,7 @@ jobs: # TruffleRuby warns and falls back to US-ASCII unless the locale is UTF-8. LANG: "en_US.UTF-8" steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} diff --git a/.github/workflows/typecheck.yml b/.github/workflows/typecheck.yml index 30bfc80a7..299928bd9 100644 --- a/.github/workflows/typecheck.yml +++ b/.github/workflows/typecheck.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ruby/setup-ruby@v1 with: ruby-version: "3.4" diff --git a/.github/workflows/wasm.yml b/.github/workflows/wasm.yml index 6bdcf8adf..2d1f95713 100644 --- a/.github/workflows/wasm.yml +++ b/.github/workflows/wasm.yml @@ -26,7 +26,7 @@ jobs: name: wasm:check runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* - name: Set up Ruby uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index da184e05d..faf63ffde 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -18,7 +18,7 @@ jobs: matrix: ruby: ['3.4', ucrt, mswin] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: load ruby uses: ruby/setup-ruby@v1 with: