diff --git a/.github/workflows/git_sync.yml b/.github/workflows/git_sync.yml index 9c0e8b0..196c51d 100644 --- a/.github/workflows/git_sync.yml +++ b/.github/workflows/git_sync.yml @@ -10,7 +10,7 @@ jobs: git-sync: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: persist-credentials: false - name: git-sync diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index fc67b15..4eb9a50 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -14,7 +14,7 @@ jobs: max-parallel: 4 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} - name: Setup Python @@ -35,7 +35,7 @@ jobs: max-parallel: 4 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} - name: Setup Python diff --git a/.github/workflows/npm_updates.yml b/.github/workflows/npm_updates.yml index 98ffe02..1fc6371 100644 --- a/.github/workflows/npm_updates.yml +++ b/.github/workflows/npm_updates.yml @@ -12,7 +12,7 @@ jobs: strategy: max-parallel: 4 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} - uses: actions/setup-python@v3 diff --git a/.github/workflows/pre-commit_updates.yml b/.github/workflows/pre-commit_updates.yml index 4c7f6dc..d6292ed 100644 --- a/.github/workflows/pre-commit_updates.yml +++ b/.github/workflows/pre-commit_updates.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 4 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} - uses: actions/setup-python@v3 diff --git a/.github/workflows/staging_build.yml b/.github/workflows/staging_build.yml index 243adf5..8e37f72 100644 --- a/.github/workflows/staging_build.yml +++ b/.github/workflows/staging_build.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Log in to the Container registry uses: docker/login-action@v1