diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9de7d2..f392d05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout Example.jl - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b with: repository: julia-actions/Example.jl @@ -41,7 +41,7 @@ jobs: shell: bash - name: Checkout julia-runtest - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b with: path: ./.github/actions/julia-runtest diff --git a/.github/workflows/test_logger_ci.yml b/.github/workflows/test_logger_ci.yml index ba0c8b9..034ed09 100644 --- a/.github/workflows/test_logger_ci.yml +++ b/.github/workflows/test_logger_ci.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout julia-runtest - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b - uses: julia-actions/setup-julia@a1561e938c17e7aaf8236334d6d533e774c71dcd with: