diff --git a/.github/workflows/gitevents-ics.yml b/.github/workflows/gitevents-ics.yml index 21770ed..7a1d964 100644 --- a/.github/workflows/gitevents-ics.yml +++ b/.github/workflows/gitevents-ics.yml @@ -9,7 +9,7 @@ jobs: generate: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.5.2 + - uses: actions/checkout@v3.5.3 - uses: actions/setup-node@v3 - name: GitEvents ICS Generator uses: gitevents/ics@v1.3.3 diff --git a/.github/workflows/gitevents-invite.yml b/.github/workflows/gitevents-invite.yml index 4936e26..9aea323 100644 --- a/.github/workflows/gitevents-invite.yml +++ b/.github/workflows/gitevents-invite.yml @@ -18,7 +18,7 @@ jobs: invite: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.5.2 + - uses: actions/checkout@v3.5.3 - uses: actions/setup-node@v3 with: node-version: 16 diff --git a/.github/workflows/gitevents.yml b/.github/workflows/gitevents.yml index 360e27e..71642b1 100644 --- a/.github/workflows/gitevents.yml +++ b/.github/workflows/gitevents.yml @@ -12,7 +12,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.5.2 + - uses: actions/checkout@v3.5.3 - uses: actions/setup-node@v3 with: node-version: 16