diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c20c695c..ec82957c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,7 +90,7 @@ jobs: with: mongodb-version: 4.0 - name: Check out repository code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Do some action caching uses: actions/cache@v4 with: diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 82319441..e3013220 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -70,7 +70,7 @@ jobs: with: mongodb-version: 4.0 - name: Check out repository code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Do some action caching uses: actions/cache@v4 with: