diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d008580..9883b1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v5" + uses: "actions/checkout@v6" with: fetch-depth: 0 diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index cff579b..7529cb5 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -17,7 +17,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v5" + uses: "actions/checkout@v6" - name: "Install flox" uses: "flox/install-flox-action@main" @@ -26,7 +26,7 @@ jobs: run: "flox -vvv upgrade" - name: "Create Pull Request" - uses: "peter-evans/create-pull-request@v7" + uses: "peter-evans/create-pull-request@v8" with: token: "${{ secrets.MANAGED_FLOXBOT_GITHUB_ACCESS_TOKEN_REPO_SCOPE }}" add-paths: ".flox"