diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index a35ab71..c570762 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -15,7 +15,7 @@ jobs: container: image: ${{ matrix.image }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Update system packages run: apt-get update -y - name: Install needed packages diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index d6dab85..ad6a07e 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -17,7 +17,7 @@ jobs: ] rails_env: [staging, production] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Update system packages run: sudo apt-get update -y - name: Install needed packages