From 2faa9697ad260a079f0d4b2fca8ad539fc453df7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 05:47:39 +0000 Subject: [PATCH] Bump actions/checkout from 5.0.0 to 6.0.0 in the github-actions group Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5.0.0 to 6.0.0 - [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/08c6903cd8c0fde910a37f88322edcfb5dd907a8...1af3b93b6815bc44a9784bd300feb67ff0d1eeb3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/test_nginx_lastest_commit.yml | 4 ++-- .github/workflows/test_openresty.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b8b13a..b580938 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: runs-on: "ubuntu-20.04" steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 - name: get dependencies run: | sudo apt update @@ -28,7 +28,7 @@ jobs: sudo apt-get install libnet-dns-perl sudo cpan -T -i Test::More - name: 'checkout luajit2' - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: repository: openresty/luajit2 path: luajit2 diff --git a/.github/workflows/test_nginx_lastest_commit.yml b/.github/workflows/test_nginx_lastest_commit.yml index 72abd06..4b9d14d 100644 --- a/.github/workflows/test_nginx_lastest_commit.yml +++ b/.github/workflows/test_nginx_lastest_commit.yml @@ -21,7 +21,7 @@ jobs: CC: ${{ matrix.compiler.CC }} CXX: ${{ matrix.compiler.CXX }} steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 - name: get dependencies run: | sudo apt update @@ -31,7 +31,7 @@ jobs: sudo apt-get install libnet-dns-perl sudo cpan -T -i Test::More - name: 'checkout luajit2' - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: repository: openresty/luajit2 path: luajit2 diff --git a/.github/workflows/test_openresty.yml b/.github/workflows/test_openresty.yml index d21b0d9..a9a429b 100644 --- a/.github/workflows/test_openresty.yml +++ b/.github/workflows/test_openresty.yml @@ -18,7 +18,7 @@ jobs: runs-on: "ubuntu-20.04" steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 - name: get dependencies run: | sudo apt update