From f597141b0c81247f99902449f28a709f11168a3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 05:17:58 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/action.yml | 2 +- .github/workflows/dev-to-sync.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 1adfbfb..5ab0f8d 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -10,7 +10,7 @@ jobs: continue-on-error: true steps: # check all links in the md files to see if they are correct (http 200) - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: rajbos-actions/github-action-markdown-link-check@v1 with: diff --git a/.github/workflows/dev-to-sync.yml b/.github/workflows/dev-to-sync.yml index 8bc476d..484a49a 100644 --- a/.github/workflows/dev-to-sync.yml +++ b/.github/workflows/dev-to-sync.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest concurrency: once steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - run: npm install axios - name: Sync to dev-to uses: actions/github-script@v7