diff --git a/.github/workflows/gitevents-ics.yml b/.github/workflows/gitevents-ics.yml index 32007e8..4b8a00a 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@v4.1.1 + - uses: actions/checkout@v4.1.2 - uses: actions/setup-node@v4 - 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 3532d16..79c55bb 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@v4.1.1 + - uses: actions/checkout@v4.1.2 - uses: actions/setup-node@v4 with: node-version: 16 diff --git a/.github/workflows/gitevents.yml b/.github/workflows/gitevents.yml index 39686dd..ee4f0c6 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@v4.1.1 + - uses: actions/checkout@v4.1.2 - uses: actions/setup-node@v4 with: node-version: 16