diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 23623c5..57d96c1 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v2.3.5 + uses: actions/checkout@v3.6.0 with: fetch-depth: 0 # need to checkout "all commits" for certain features to work (e.g., get all changed files) @@ -108,7 +108,7 @@ jobs: with: python-version: 3.8 - name: Checkout Code - uses: actions/checkout@v2.3.5 + uses: actions/checkout@v3.6.0 - name: Load CI Environment from .ci_env id: load_ci_env @@ -141,7 +141,7 @@ jobs: GIT_SHA: ${{ needs.prepare_ci_run.outputs.GIT_SHA }} steps: - name: Checkout Code - uses: actions/checkout@v2.3.5 + uses: actions/checkout@v3.6.0 - name: Load CI Environment from .ci_env id: load_ci_env diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml index febbfca..4ed69c9 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -11,7 +11,7 @@ jobs: go-version: 1.16 id: go - name: Check out code. - uses: actions/checkout@v2.3.5 + uses: actions/checkout@v3.6.0 - name: Install linters run: '( mkdir linters && cd linters && go get golang.org/x/lint/golint )' - uses: reviewdog/action-setup@v1.0.3