Skip to content

Bump actions/checkout from 6 to 7 in the all-github-actions-packages group#1430

Merged
shravanngoswamii merged 1 commit into
mainfrom
dependabot/github_actions/all-github-actions-packages-640176b5ab
Jun 24, 2026
Merged

Bump actions/checkout from 6 to 7 in the all-github-actions-packages group#1430
shravanngoswamii merged 1 commit into
mainfrom
dependabot/github_actions/all-github-actions-packages-640176b5ab

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 24, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-github-actions-packages group with 1 update: actions/checkout.

Updates actions/checkout from 6 to 7

Release notes

Sourced from actions/checkout's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v6.0.3...v7.0.0

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

v6.0.1

What's Changed

Full Changelog: actions/checkout@v6...v6.0.1

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-github-actions-packages group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 6 to 7
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v6...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-github-actions-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 24, 2026
@github-actions

Copy link
Copy Markdown
Contributor

DynamicPPL.jl documentation for PR #1430 is available at:
https://TuringLang.github.io/DynamicPPL.jl/previews/PR1430/

@shravanngoswamii shravanngoswamii merged commit d7e84ce into main Jun 24, 2026
21 of 22 checks passed
@shravanngoswamii shravanngoswamii deleted the dependabot/github_actions/all-github-actions-packages-640176b5ab branch June 24, 2026 03:38
@github-actions

Copy link
Copy Markdown
Contributor

Benchmarks @ 83695f2

Performance Ratio: gradient time divided by log-density time.

For very small models these ratios are noisy across runs and machines; raw primal and gradient timings are more reliable. The benchmarks are aimed at DynamicPPL developers and mainly catch obvious allocation or type-stability regressions. See benchmark notes for details.

===================================================================================================
                                               eval                       gradient                 
                                            ----------  -------------------------------------------
Model                        dim    linked      primal     FwdDiff    RvsDiff    Mooncake    Enzyme
---------------------------------------------------------------------------------------------------
Simple assume observe*         1     false     4.63 ns       12.64    1497.18       35.02     12.59
Simple assume observe*         1      true     4.63 ns       12.62    1652.27       35.29     12.62
Smorgasbord                  201     false     5.95 μs       71.41     134.85        6.85      9.58
Smorgasbord                  201      true     7.63 μs       75.00     147.10        6.29      7.03
Loop univariate 1k          1000     false     17.8 μs      946.81     299.43        8.09      6.61
Loop univariate 1k          1000      true     19.2 μs     1435.82     282.65        7.48      6.04
Multivariate 1k             1000     false     22.7 μs      339.53      75.03        9.65      2.83
Multivariate 1k             1000      true     27.0 μs      321.66      57.91        8.54      3.28
Loop univariate 10k        10000     false    175.0 μs    12415.56     331.76        8.17      6.72
Loop univariate 10k        10000      true    187.0 μs    12587.15     312.04        7.74      6.10
Multivariate 10k           10000     false    196.0 μs     5083.62      90.89       11.56      2.35
Multivariate 10k           10000      true    199.0 μs     5977.54      91.24       11.47      2.35
Dynamic                       15     false     1.34 μs         err      50.55       16.38     11.30
Dynamic                       10      true     1.86 μs        1.99      59.13       19.58     20.42
Submodel*                      1     false     4.63 ns       12.69    1598.62       35.34     12.60
Submodel*                      1      true     4.64 ns       12.54    1888.96       35.49     11.44
LDA                           12      true     24.3 μs        0.45       1.99       32.26       err
===================================================================================================
Main @ 0a1499f
===================================================================================================
                                               eval                       gradient                 
                                            ----------  -------------------------------------------
Model                        dim    linked      primal     FwdDiff    RvsDiff    Mooncake    Enzyme
---------------------------------------------------------------------------------------------------
Simple assume observe*         1     false     4.19 ns       14.50    1575.67       43.94     18.88
Simple assume observe*         1      true     4.19 ns       14.39    1726.83       44.32     18.74
Smorgasbord                  201     false     5.65 μs       78.36     137.87        7.02      7.72
Smorgasbord                  201      true     7.47 μs       79.10     140.50        6.25      5.58
Loop univariate 1k          1000     false     16.3 μs     1060.20     310.48        9.86      7.92
Loop univariate 1k          1000      true     19.7 μs     1812.32     270.30        8.27      6.46
Multivariate 1k             1000     false     24.0 μs      332.64      64.41        8.43      2.06
Multivariate 1k             1000      true     23.9 μs      301.29      70.06        8.86      1.97
Loop univariate 10k        10000     false    158.0 μs    15111.64     362.55       10.19      8.09
Loop univariate 10k        10000      true    193.0 μs    13955.66     298.82        8.48      6.53
Multivariate 10k           10000     false    213.0 μs     4705.99      79.34       10.01      1.88
Multivariate 10k           10000      true    213.0 μs     4653.99      79.98       10.02      1.90
Dynamic                       15     false     1.44 μs         err      42.11       13.30     11.98
Dynamic                       10      true     2.02 μs        2.27      63.99       11.93     19.10
Submodel*                      1     false      4.2 ns       14.61    1926.30       44.61     19.01
Submodel*                      1      true      4.2 ns       14.52    2045.20       44.97     18.71
LDA                           12      true     25.9 μs        0.61       1.89       27.39       err
===================================================================================================
Environment
Julia Version 1.11.9
Commit 53a02c0720c (2026-02-06 00:27 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
  CPU: 4 × AMD EPYC 7763 64-Core Processor
  WORD_SIZE: 64
  LLVM: libLLVM-16.0.6 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant