diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index c450434..0445c2f 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -10,7 +10,7 @@ jobs: linkChecker: runs-on: ubuntu-latest steps: - - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 + - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Link Checker uses: ./ # Uses an action in the root directory diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 292731d..e8b3475 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: # To use this repository's private action, # we must check out the repository - name: Checkout - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 + uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # `lycheeverse/lychee-action@...` gets classified as an e-mail address, # causing this test to fail. # TODO: Reactive once this issue is fixed upstream: