diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2a6393d7..eef44602 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: xcode-version: '16.1' - name: Checkout - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.2 - name: Install Gem Dependencies run: bundle install @@ -39,7 +39,7 @@ jobs: xcode-version: '16.1' - name: Checkout - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.2 - name: Install Gem Dependencies run: bundle install diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1c687863..e72ac58b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.2 - name: Get the Version id: get_version