diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7dd597dd..e505549ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: with: mongodb-version: 4.0 - name: Check out repository code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Do some action caching uses: actions/cache@v5 with: diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 09e6a45ab..70df7b8f2 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -71,7 +71,7 @@ jobs: with: mongodb-version: 4.0 - name: Check out repository code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Do some action caching uses: actions/cache@v5 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f9e824404..b9e057396 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: id-token: write # RubyGems trusted publishing (OIDC) contents: write # Create GitHub Releases steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ruby/setup-ruby@v1 with: