From 42cfbf9080cfa232b63a3da1dabf5c463abde266 Mon Sep 17 00:00:00 2001 From: "upgrade-bot-9000[bot]" <241389380+upgrade-bot-9000[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 02:57:16 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/release-please.yml | 2 +- .github/workflows/update-geo-assets.yml | 2 +- .github/workflows/update-geo-data.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index cd095872..a8a90a24 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -50,7 +50,7 @@ jobs: packages: write steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: Log in to GitHub Container Registry uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4 diff --git a/.github/workflows/update-geo-assets.yml b/.github/workflows/update-geo-assets.yml index 837fb467..4c75453e 100644 --- a/.github/workflows/update-geo-assets.yml +++ b/.github/workflows/update-geo-assets.yml @@ -19,7 +19,7 @@ jobs: contents: read packages: write steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: Login to GitHub Container Registry uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4 diff --git a/.github/workflows/update-geo-data.yml b/.github/workflows/update-geo-data.yml index 9e8a5474..17636fc0 100644 --- a/.github/workflows/update-geo-data.yml +++ b/.github/workflows/update-geo-data.yml @@ -16,7 +16,7 @@ jobs: contents: read packages: write steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: Login to GitHub Container Registry uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4