Loading .github/workflows/AUTO_PR.yml +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ jobs: pull-request: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6.0.0 - uses: actions/checkout@v6.0.1 - name: Auto Pull Request uses: diillson/auto-pull-request@v1.0.1 Loading .github/workflows/docker-image-linux-ghcr.yml +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v6.0.0 uses: actions/checkout@v6.0.1 # Install the cosign tool except on PR # https://github.com/sigstore/cosign-installer Loading .github/workflows/docker-image-windows-ghcr.yml +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v6.0.0 uses: actions/checkout@v6.0.1 # Install the cosign tool except on PR # https://github.com/sigstore/cosign-installer Loading .github/workflows/test.yml +4 −4 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo uses: actions/checkout@v6.0.0 uses: actions/checkout@v6.0.1 - name: Run Tests run: | echo "Building image to test" Loading @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo uses: actions/checkout@v6.0.0 uses: actions/checkout@v6.0.1 - name: Run Tests run: | echo "Building image to test" Loading @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo uses: actions/checkout@v6.0.0 uses: actions/checkout@v6.0.1 - name: Run Tests run: | echo "Building image to test" Loading @@ -41,7 +41,7 @@ jobs: # runs-on: ubuntu-latest # steps: # - name: Checkout Repo # uses: actions/checkout@v6.0.0 # uses: actions/checkout@v6.0.1 # - name: Run Tests # run: | # echo "Building image to test" Loading Loading
.github/workflows/AUTO_PR.yml +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ jobs: pull-request: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6.0.0 - uses: actions/checkout@v6.0.1 - name: Auto Pull Request uses: diillson/auto-pull-request@v1.0.1 Loading
.github/workflows/docker-image-linux-ghcr.yml +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v6.0.0 uses: actions/checkout@v6.0.1 # Install the cosign tool except on PR # https://github.com/sigstore/cosign-installer Loading
.github/workflows/docker-image-windows-ghcr.yml +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v6.0.0 uses: actions/checkout@v6.0.1 # Install the cosign tool except on PR # https://github.com/sigstore/cosign-installer Loading
.github/workflows/test.yml +4 −4 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo uses: actions/checkout@v6.0.0 uses: actions/checkout@v6.0.1 - name: Run Tests run: | echo "Building image to test" Loading @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo uses: actions/checkout@v6.0.0 uses: actions/checkout@v6.0.1 - name: Run Tests run: | echo "Building image to test" Loading @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo uses: actions/checkout@v6.0.0 uses: actions/checkout@v6.0.1 - name: Run Tests run: | echo "Building image to test" Loading @@ -41,7 +41,7 @@ jobs: # runs-on: ubuntu-latest # steps: # - name: Checkout Repo # uses: actions/checkout@v6.0.0 # uses: actions/checkout@v6.0.1 # - name: Run Tests # run: | # echo "Building image to test" Loading