diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb27c7d..097f0bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: # For GitHub Comment Reporter # https://megalinter.io/latest/reporters/GitHubCommentReporter/ steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 # MegaLinter - name: MegaLinter @@ -66,7 +66,7 @@ jobs: - "1.23" - "1.24" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup Go ${{ matrix.go-version }} uses: actions/setup-go@v5