diff --git a/.github/workflows/pullfrog.yml b/.github/workflows/pullfrog.yml index 6516ae2..4c50788 100644 --- a/.github/workflows/pullfrog.yml +++ b/.github/workflows/pullfrog.yml @@ -22,7 +22,7 @@ jobs: contents: read steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 1 - name: Run agent diff --git a/.github/workflows/triageops-labels.yml b/.github/workflows/triageops-labels.yml index 8eda396..b09f3d2 100644 --- a/.github/workflows/triageops-labels.yml +++ b/.github/workflows/triageops-labels.yml @@ -27,7 +27,7 @@ jobs: issues: write steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Automate labels management uses: crazy-max/ghaction-github-labeler@v5 with: