diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index f2c1a81..6b0f978 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -15,7 +15,7 @@ jobs: container: image: ${{ matrix.image }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - 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 83f2cfa..8d86219 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -17,7 +17,7 @@ jobs: ] rails_env: [staging, production] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: actions/setup-python@v2 with: python-version: 3.8