diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 8c765ad..af9181a 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 with: fetch-depth: 1 - name: Setup Docker Buildx @@ -49,7 +49,7 @@ jobs: if: github.event_name == 'push' steps: - name: Checkout - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 with: fetch-depth: 1 - name: Setup Docker Buildx @@ -75,7 +75,7 @@ jobs: if: github.event_name == 'push' steps: - name: Checkout - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 with: fetch-depth: 1 - name: Demo 1 diff --git a/.github/workflows/pr-badge-comment.yml b/.github/workflows/pr-badge-comment.yml index 9361961..2c30fb4 100644 --- a/.github/workflows/pr-badge-comment.yml +++ b/.github/workflows/pr-badge-comment.yml @@ -8,7 +8,7 @@ jobs: comment-badges: runs-on: ubuntu-latest steps: - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 - name: Set up Python uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6 with: diff --git a/.github/workflows/render-all-badges.yaml b/.github/workflows/render-all-badges.yaml index c9df642..57e3872 100644 --- a/.github/workflows/render-all-badges.yaml +++ b/.github/workflows/render-all-badges.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 with: fetch-depth: 1 - name: All Badges