diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index cedca79..8d150c7 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -9,7 +9,7 @@ jobs: steps: - name: git checkout - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.6 with: ref: ${{ github.head_ref }} token: ${{ secrets.WALL_BREW_BOT_PAT }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e3074d6..7748ef6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -7,7 +7,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.6 with: ref: ${{ github.head_ref }} diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 035d240..d0c8620 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout latest commit - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.6 - name: Run GitHub File Sync uses: BetaHuhn/repo-file-sync-action@v1.21.1