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

Jacek Kowalski
2023-01-24 d1c4e0e4c71b679e6a43e905806839d1b01ebaf7
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