diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f386db25..edbb20e8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest name: Run msync --noop against all modules steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup ruby uses: ruby/setup-ruby@v1 with: @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest name: Run metadata_json_deps on all modules steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup ruby uses: ruby/setup-ruby@v1 with: @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest name: Prints a list of all modules with outdated modulesync_config version steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup ruby uses: ruby/setup-ruby@v1 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 47d3bc83..00d4c182 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: if: ${{ github.repository_owner == 'voxpupuli' }} steps: - name: checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: Create Release Page diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index a8c1946c..712269ab 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -29,7 +29,7 @@ jobs: # when provided, it configures the ssh/git config to authenticate automatically with that key to the source repo # the authentication won't be used for other repos (which we need for msync), so we cannot use the option # that's the reason for the 'Add SSH key' step - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: Setup ruby