Skip to content

Commit

Permalink
[Test] Roll back checkout version
Browse files Browse the repository at this point in the history
Probably because of actions/checkout#956
  • Loading branch information
vstakhov committed Mar 15, 2024
1 parent ba48cba commit f1b20bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_rspamd.yml
Expand Up @@ -17,7 +17,7 @@ env:

jobs:
test:
runs-on: ["ubuntu-latest"]
runs-on: [ "ubuntu-latest" ]
container:
image: ${{ inputs.image }}
steps:
Expand All @@ -27,7 +27,7 @@ jobs:
sudo chown -R build:build ${GITHUB_WORKSPACE}
- name: Check out source code
uses: actions/checkout@v4
uses: actions/checkout@v3

- name: Set variables on ARM64
if: runner.arch == 'ARM64'
Expand Down

0 comments on commit f1b20bc

Please sign in to comment.