diff --git a/.gitea/workflows/builds.yaml b/.gitea/workflows/builds.yaml index f8f40f65..b646b9e5 100644 --- a/.gitea/workflows/builds.yaml +++ b/.gitea/workflows/builds.yaml @@ -30,7 +30,7 @@ jobs: artifact_name: 'meli-linux-amd64' target: x86_64-unknown-linux-gnu steps: - - uses: https://github.com/actions/checkout@v2 + - uses: actions/checkout@v3 - id: os-deps name: install OS dependencies run: | diff --git a/.gitea/workflows/lints.yaml b/.gitea/workflows/lints.yaml index 53c4fead..5dd0a76c 100644 --- a/.gitea/workflows/lints.yaml +++ b/.gitea/workflows/lints.yaml @@ -35,7 +35,7 @@ jobs: rust: stable target: x86_64-unknown-linux-gnu steps: - - uses: https://github.com/actions/checkout@v2 + - uses: actions/checkout@v3 - id: os-deps name: install OS dependencies run: | diff --git a/.gitea/workflows/manifest_lints.yaml b/.gitea/workflows/manifest_lints.yaml index c24b926e..5eee3ce0 100644 --- a/.gitea/workflows/manifest_lints.yaml +++ b/.gitea/workflows/manifest_lints.yaml @@ -35,10 +35,8 @@ jobs: os: ubuntu-latest rust: stable target: x86_64-unknown-linux-gnu - run: - working-directory: ./scripts steps: - - uses: https://github.com/actions/checkout@v2 + - uses: actions/checkout@v3 - id: os-deps name: install OS dependencies run: | diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index a7c80f1a..cc3e26e9 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -35,7 +35,7 @@ jobs: rust: stable target: x86_64-unknown-linux-gnu steps: - - uses: https://github.com/actions/checkout@v2 + - uses: actions/checkout@v3 - id: os-deps name: install OS dependencies run: |