diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 34ebfc1c..09e5cce8 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 0e9e8196..3acf93c3 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -44,7 +44,7 @@ jobs: steps: - name: clone ${{ github.repository }} - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: setup Ruby ${{ matrix.ruby }} uses: ruby/setup-ruby@v1 with: