diff --git a/.github/workflows/sync-global-domains.yml b/.github/workflows/sync-global-domains.yml index 15dd781..f81a077 100644 --- a/.github/workflows/sync-global-domains.yml +++ b/.github/workflows/sync-global-domains.yml @@ -19,9 +19,9 @@ jobs: sync-global-domains: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: 22 @@ -32,7 +32,7 @@ jobs: run: git diff --exit-code -- src/static/global_domains.custom.json - name: Create pull request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v8 with: branch: chore/sync-bitwarden-global-domains delete-branch: true diff --git a/.github/workflows/sync-upstream.yml b/.github/workflows/sync-upstream.yml index 367904f..bec820c 100644 --- a/.github/workflows/sync-upstream.yml +++ b/.github/workflows/sync-upstream.yml @@ -17,7 +17,7 @@ jobs: sync: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: fetch-depth: 0