From 51ee32ff74048d05dc8c27c3121508fb4949aca1 Mon Sep 17 00:00:00 2001 From: Maciej Makowski Date: Wed, 27 Nov 2024 15:45:13 +0000 Subject: [PATCH] [CI-328] Pin Ubuntu version for GitHub Actions workflows --- .github/workflows/dependabot-auto-merge.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index 6a5b82e..62ead70 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -1,4 +1,4 @@ -# see https://github.com/marketplace/actions/dependabot-auto-merge +# To learn more about Dependabot configuration at Chime, visit: http://go/dependabot-configuration name: "Dependabot Automerge" on: pull_request_target @@ -6,13 +6,13 @@ on: pull_request_target jobs: auto-merge: if: startsWith(github.head_ref, 'dependabot') - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: # Check if auto merges/deploys are allowed - - name: Auto Merges/deploys allowed? + - name: Auto Merges/deploys allowed? uses: 1debit/pr-auto-merge-action@v1 # Check if PR can be auto-approved - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ahmadnassri/action-dependabot-auto-merge@v2 with: github-token: ${{ secrets.DEPENDABOT_AUTO_MERGE }} # 1debitops token