From be11ccaf6d784cdb892029c77d3c83327a33ec49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 07:19:15 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/reline.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/reline.yml b/.github/workflows/reline.yml index 9138c6f9e5..eeef2f5c0f 100644 --- a/.github/workflows/reline.yml +++ b/.github/workflows/reline.yml @@ -12,7 +12,7 @@ jobs: os: [ ubuntu-latest, macos-latest, windows-latest ] ruby: [ 'head', '3.1', '3.0', '2.7', '2.6' ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: @@ -36,7 +36,7 @@ jobs: - { ruby: mingw, os: windows-latest } - { ruby: mswin, os: windows-latest } steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: @@ -62,7 +62,7 @@ jobs: ruby: [ head ] os: [ ubuntu-latest ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: @@ -92,7 +92,7 @@ jobs: os: [ ubuntu-latest ] ruby: [ 3.1, '3.0', 2.7, 2.6 ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: