diff --git a/.github/workflows/create-comment.yml b/.github/workflows/create-comment.yml index 9aef9c5..a0f3a0c 100644 --- a/.github/workflows/create-comment.yml +++ b/.github/workflows/create-comment.yml @@ -7,7 +7,7 @@ jobs: createComment: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 # For debugging purposes. Remove this in production. - name: Dump GitHub context diff --git a/.github/workflows/update-comment.yml b/.github/workflows/update-comment.yml index 927bb11..8c7ad70 100644 --- a/.github/workflows/update-comment.yml +++ b/.github/workflows/update-comment.yml @@ -6,7 +6,7 @@ jobs: updateComment: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 # For debugging purposes. Remove this in production. - name: Dump GitHub context