diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6b0c235..1a218f5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,7 +8,7 @@ updates: - package-ecosystem: "github-actions" # See documentation for possible values directory: ".github/workflows" # Location of package manifests schedule: - interval: "weekly" + interval: "monthly" groups: actions: patterns: diff --git a/.github/workflows/update_and_publish.yml b/.github/workflows/update_and_publish.yml index e2e9449..8e85f46 100644 --- a/.github/workflows/update_and_publish.yml +++ b/.github/workflows/update_and_publish.yml @@ -16,7 +16,7 @@ jobs: new_sha: ${{ steps.commit.outputs.new_sha }} steps: - name: Checkout code - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - name: Download latest IERS files run: ./update_data.sh - name: Check for changes @@ -75,7 +75,7 @@ jobs: contents: write steps: - name: Checkout code - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: ref: ${{ needs.update.outputs.new_sha }} - name: Get tag name from date