diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fddbfc1..1b8b13a 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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.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 700aed7..72abd06 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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: repository: openresty/luajit2 path: luajit2 diff --git a/.github/workflows/test_openresty.yml b/.github/workflows/test_openresty.yml index 49d7b16..d21b0d9 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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: get dependencies run: | sudo apt update