diff --git a/.gitea/workflows/hello_world.yaml b/.gitea/workflows/hello_world.yaml index 06283f0..35e7ad4 100644 --- a/.gitea/workflows/hello_world.yaml +++ b/.gitea/workflows/hello_world.yaml @@ -12,7 +12,7 @@ jobs: steps: - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event" - name: Check out repository code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: List files in the repository run: | ls ${{ github.workspace }} @@ -32,7 +32,7 @@ jobs: if: steps.cache.outputs.cache-hit == 'true' run: cat cached - name: Setup zig - uses: https://github.com/mlugg/setup-zig@v1.2.1 + uses: https://codeberg.org/mlugg/setup-zig@v2.2.1 with: version: 0.14.0 # - name: Sign