mirror of https://github.com/jacekkow/keycloak-protocol-cas

Jacek Kowalski
2023-01-24 5ce886cd6ebb4035bd660ebb81c4213e2eb81451
GitHub Actions: update actions/checkout from v2 to v3 in Test jobs
2 files modified
4 ■■■■ changed files
.github/workflows/release.yml 2 ●●● patch | view | raw | blame | history
.github/workflows/test.yml 2 ●●● patch | view | raw | blame | history
.github/workflows/release.yml
@@ -57,7 +57,7 @@
    steps:
      - id: checkout
        name: Checkout code
        uses: actions/checkout@v2
        uses: actions/checkout@v3
      - id: download_artifact
        name: Download artifact
.github/workflows/test.yml
@@ -55,7 +55,7 @@
    steps:
      - id: checkout
        name: Checkout code
        uses: actions/checkout@v2
        uses: actions/checkout@v3
      - id: download_artifact
        name: Download artifact